mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
11 lines
245 B
YAML
11 lines
245 B
YAML
# config/schedule.yml
|
|
|
|
stat_creating_job:
|
|
cron: "0 */6 * * *"
|
|
class: "StatCreatingJob"
|
|
queue: default
|
|
|
|
area_visits_calculation_scheduling_job:
|
|
cron: "0 * * * *" # every hour
|
|
class: "AreaVisitsCalculationSchedulingJob"
|
|
queue: default
|