dawarich/config/schedule.yml
2024-08-22 22:40:27 +02:00

11 lines
261 B
YAML

# config/schedule.yml
stat_creating_job:
cron: "0 */6 * * *" # every 6 hours
class: "StatCreatingJob"
queue: default
area_visits_calculation_scheduling_job:
cron: "0 * * * *" # every hour
class: "AreaVisitsCalculationSchedulingJob"
queue: default