mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
6 lines
108 B
YAML
6 lines
108 B
YAML
# config/schedule.yml
|
|
|
|
stat_creating_job:
|
|
cron: "0 */6 * * *"
|
|
class: "StatCreatingJob"
|
|
queue: default
|