log pkg/scheduler/scheduler.go @ 1557:62171cd9a42b

age author description
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.