mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
9 lines
297 B
YAML
9 lines
297 B
YAML
# For crontab syntax, see https://crontab.guru/
|
|
|
|
send_recap_emails:
|
|
cron: "0 15 * * *" # At 15:00 every day
|
|
# cron: "*/30 * * * * *" # Execute every 30 seconds (for testing purposes)
|
|
class: "SendRecapEmails"
|
|
queue: default
|
|
args:
|
|
hour: 15 # This should be in sync with the "cron" time |