log pkg/imports/queue.go @ 5710:37c8feeecb4d

age author description
Sat, 06 Aug 2022 02:09:57 +0200 Sascha L. Teichmann Made golint finally happy.
Sat, 12 Feb 2022 18:56:55 +0100 Sascha L. Teichmann Log export: Added marker interface to JobCreators that log messages should be loaded at export.
Fri, 22 Oct 2021 20:11:19 +0200 Sascha L. Teichmann Try harder to retry executing review finalization jobs if they fail: 500 times each 10 min.
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Tue, 14 Apr 2020 11:36:13 +0200 Sascha L. Teichmann Import queue: Limit number of repetions of failed jobs to 200 and wait at least 5 seconds between the attempts.
Wed, 01 Apr 2020 15:18:12 +0200 Sascha L. Teichmann Send the info if an import job was re-scheduled to sync callers.
Fri, 27 Mar 2020 00:40:52 +0100 Sascha L. Teichmann Moved misplaced log line around. queued-stage-done
Thu, 26 Mar 2020 22:24:45 +0100 Sascha L. Teichmann Added mechanism to have sync import jobs on import queue. queued-stage-done
Thu, 26 Mar 2020 14:41:23 +0100 Tom Gottfried Prioritize review jobs on selection queued-stage-done
Thu, 26 Mar 2020 13:53:05 +0100 Sascha L. Teichmann Removed unused constant. queued-stage-done
Thu, 26 Mar 2020 13:51:39 +0100 Sascha L. Teichmann Catch another endless recursin call. queued-stage-done
Thu, 26 Mar 2020 13:48:41 +0100 Sascha L. Teichmann Don't write "import #42 started" into imports logs and remove the supress code to prevent this in review jobs. queued-stage-done
Wed, 25 Mar 2020 20:57:20 +0100 Sascha L. Teichmann Enqueue review jobs in front of other 'queued' imports. queued-stage-done
Wed, 25 Mar 2020 18:34:54 +0100 Sascha L. Teichmann Fixed supression of first log in review. queued-stage-done
Wed, 25 Mar 2020 18:02:46 +0100 Sascha L. Teichmann Dont leave old jobs behind if retrying remove jobs. queued-stage-done
Wed, 25 Mar 2020 17:58:13 +0100 Sascha L. Teichmann More neutral messages in retries. queued-stage-done
Wed, 25 Mar 2020 17:50:07 +0100 Sascha L. Teichmann Spell trys as tries. queued-stage-done
Wed, 25 Mar 2020 17:44:26 +0100 Sascha L. Teichmann Supress first log in review job. queued-stage-done
Wed, 25 Mar 2020 16:51:45 +0100 Sascha L. Teichmann Enable jobs to be removed by the import queue. queued-stage-done
Wed, 25 Mar 2020 15:33:11 +0100 Sascha L. Teichmann Redirect logging of review job to original import log. queued-stage-done
Wed, 25 Mar 2020 15:11:04 +0100 Sascha L. Teichmann Define constants for review jobs. queued-stage-done
Tue, 24 Mar 2020 17:41:30 +0100 Sascha L. Teichmann Minimize diff to default. queued-stage-done
Tue, 24 Mar 2020 17:32:58 +0100 Sascha L. Teichmann Nmae json field in reviewed job correctly. queued-stage-done
Tue, 24 Mar 2020 16:53:43 +0100 Sascha L. Teichmann End endless recursion. queued-stage-done
Tue, 24 Mar 2020 16:47:49 +0100 Sascha L. Teichmann Proxy the original job creator directly and not only the dependencies. queued-stage-done
Tue, 24 Mar 2020 16:42:10 +0100 Sascha L. Teichmann Register a kind#rev job factory for any job factory. queued-stage-done
Tue, 24 Mar 2020 15:46:37 +0100 Sascha L. Teichmann First version of a reviewed job. I bet it does not work. queued-stage-done
Fri, 20 Mar 2020 12:28:04 +0100 Sascha L. Teichmann Added feedback support for StageDone.
Fri, 20 Mar 2020 10:54:41 +0100 Sascha L. Teichmann Run review decisions SQLs as reviewer instead of queue user to use the rls policies.
Wed, 18 Mar 2020 18:10:19 +0100 Sascha L. Teichmann Fixed SQL statement.