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