log pkg/imports/queue.go @ 1168:930fdd8b474f

age author description
Wed, 14 Nov 2018 12:23:10 +0100 Sascha L. Teichmann Track successfull imports in a separate table to be able to remove them later.
Fri, 09 Nov 2018 10:57:49 +0100 Sascha L. Teichmann Don't issue new lines at end of log messages when importing.
Thu, 08 Nov 2018 15:50:28 +0100 Sascha L. Teichmann Independent imports in terms of affected tables/dependencies are now run concurrently.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Tue, 23 Oct 2018 10:14:41 +0200 Sascha L. Teichmann Fixed and harmonized wording in importer queue a bit.
Mon, 22 Oct 2018 18:14:16 +0200 Sascha L. Teichmann Re-enqueue import jobs in state running if the the gemma server starts. persistent-import-queue
Mon, 22 Oct 2018 17:38:07 +0200 Sascha L. Teichmann Do not rely on internal gemma state only. Instead poll every 10 seconds for new import jobs. persistent-import-queue
Mon, 22 Oct 2018 17:16:02 +0200 Sascha L. Teichmann Wait with start of import queue until configuration is fully loaded. persistent-import-queue
Mon, 22 Oct 2018 16:54:34 +0200 Sascha L. Teichmann Persist job queue in database. WIP. persistent-import-queue
Mon, 22 Oct 2018 11:24:25 +0200 Sascha L. Teichmann Run do and cleanup of import jobs in own go routines with crash handler.
Mon, 22 Oct 2018 10:45:17 +0200 Sascha L. Teichmann Decoupled import job creation and job execution with a factory function.
Sat, 20 Oct 2018 19:27:33 +0200 Sascha L. Teichmann Typo fix.
Sat, 20 Oct 2018 19:14:00 +0200 Sascha L. Teichmann In preparation of persisting import jobs logging is done through an interface.
Fri, 19 Oct 2018 18:09:26 +0200 Sascha L. Teichmann Store job id alongside to job in job queue.
Fri, 19 Oct 2018 12:14:53 +0200 Sascha L. Teichmann Finally enqueue sounding result import job to import jobs.
Thu, 18 Oct 2018 18:37:19 +0200 Sascha L. Teichmann Started with endpoint for uploading sounding result and trigger respective import job.
Tue, 16 Oct 2018 14:59:32 +0200 Sascha L. Teichmann Started with import queue.