Sidekiq: run weekly_overview_worker every sunday at 8:00
This commit is contained in:
parent
c4c2dc78a2
commit
b043effcc5
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
auto_archive_procedure:
|
||||
cron: "* * * * *"
|
||||
class: "AutoArchiveProcedureWorker"
|
||||
weekly_overview_worker:
|
||||
cron: "0 8 * * 0"
|
||||
class: "WeeklyOverviewWorker"
|
||||
|
|
Loading…
Reference in a new issue