log pkg/scheduler/scheduler.go @ 5490:5f47eeea988d logging

age author description
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Tue, 17 Sep 2019 16:28:47 +0200 Sascha Wilde Workarounds for incompatible upstream updates in pgx and cron packages.
Mon, 05 Aug 2019 16:58:53 +0200 Sascha L. Teichmann Made 'golint' and 'staticcheck' happy with scheduler package.
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.
Mon, 08 Apr 2019 11:58:00 +0200 Sascha L. Teichmann Import scheduler: Log number of scheduler jobs to start from database during boot time.
Wed, 13 Mar 2019 12:45:06 +0100 Sascha L. Teichmann Booting scheduler: Fixed scheduling import jobs at boot time.
Sun, 30 Dec 2018 15:14:29 +0100 Sascha L. Teichmann Removed unused error.
Sun, 30 Dec 2018 14:39:46 +0100 Sascha L. Teichmann WFS: Made golint happy.
Thu, 20 Dec 2018 18:39:19 +0100 Sascha L. Teichmann Scheduled imports: Don't track the user in the running scheduler.
Thu, 20 Dec 2018 17:23:54 +0100 Sascha L. Teichmann Scheduled imports: The configuration id is not optional as it used to load the concrete configuration from the database.
Fri, 14 Dec 2018 12:34:12 +0100 Sascha L. Teichmann Added DELETE /imports/scheduler/{id:[0-9]+} to delete a schedule from the scheduler.
Tue, 11 Dec 2018 22:59:10 +0100 Sascha L. Teichmann Import scheduler: Start scheduler a gemma boot time with configurations from database which have a schedule.
Tue, 11 Dec 2018 20:47:11 +0100 Sascha L. Teichmann Don't error if an action is not defined if bound.
Mon, 10 Dec 2018 18:14:44 +0100 Sascha L. Teichmann Registered a dummy callback function for scheduled fairway imports in the scheduler.
Mon, 10 Dec 2018 17:46:42 +0100 Sascha L. Teichmann Started with JSON model for import configurations.
Mon, 10 Dec 2018 13:17:50 +0100 Sascha L. Teichmann If a user is removed or renamed kill her/his schedule. Needs more case on renaming.
Mon, 10 Dec 2018 12:35:49 +0100 Sascha L. Teichmann Added an internal cron job executor which binds actions to tuples of cron schedule, user name and an optional configuation id.
Fri, 07 Dec 2018 18:34:53 +0100 Sascha L. Teichmann Droped on scheduler in favor for a third party library.