Sidekiq: run weekly_overview_worker every sunday at 8:00

This commit is contained in:
Simon Lehericey 2017-05-15 15:31:39 +02:00
parent c4c2dc78a2
commit b043effcc5

View file

@ -1,3 +1,6 @@
auto_archive_procedure:
cron: "* * * * *"
class: "AutoArchiveProcedureWorker"
weekly_overview_worker:
cron: "0 8 * * 0"
class: "WeeklyOverviewWorker"