Files
astuto/config/sidekiq_cron_schedule.yml
2024-11-19 17:17:05 +01:00

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