log pkg/imports/queue.go @ 4748:47922c1a088d

age author description
Fri, 18 Oct 2019 15:34:34 +0200 Sascha L. Teichmann Added a 'changed' column to the import.imports table.
Mon, 05 Aug 2019 18:21:19 +0200 Tom Gottfried Always try to translate to readable error if import failed
Thu, 25 Jul 2019 16:58:27 +0200 Sascha L. Teichmann Deliver times from import queue in UTC. timezone
Mon, 13 May 2019 09:41:35 +0200 Sascha L. Teichmann Made logging of waht is registered to the scheduler and the import queue more deterministic.
Thu, 09 May 2019 16:09:46 +0200 Sascha L. Teichmann Import queue: Fixed exclusive writers.
Thu, 09 May 2019 15:07:09 +0200 Sascha L. Teichmann Import queue: Implemented multiple reader / one writer strategy when locking ressources.
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
Mon, 01 Apr 2019 10:36:14 +0200 Sascha L. Teichmann Import queue: Extend the idea of changeset 2886:b150e5b37afe to some error cases that might happen before the storing of the after import state.
Wed, 27 Mar 2019 17:00:45 +0100 Sascha L. Teichmann Cosmetics: More compact code.
Wed, 27 Mar 2019 12:12:12 +0100 Sascha L. Teichmann Import queue: As it is important to keep the in-memory and the persistent model in sync try harder to store the final state change if it fails.
Mon, 25 Mar 2019 18:17:18 +0100 Sascha L. Teichmann Import queue: Cleanup up debris after an import in all cases if we are not going to retry it.
Mon, 11 Feb 2019 18:35:01 +0100 Sascha L. Teichmann Import queue: Removed boilerplate code to deserialize jobs from JSON by making it part of the import queue.
Fri, 08 Feb 2019 15:39:17 +0100 Sascha L. Teichmann Import queue: The job kind parameter when creating a new job from a string was never used.
Thu, 24 Jan 2019 12:56:31 +0100 Tom Gottfried Move import queue to its own database namespace
Wed, 23 Jan 2019 17:58:57 +0100 Sascha L. Teichmann Imports: Made retries and the waiting between the attempts configurable.