Chatwoot/config/schedule.yml
Sojan Jose d7982a6ffd
chore: Add assigned option to conversation finder API (#2630)
- Adds the ability to filter all the conversations which are assigned
- Add rack timeout gem
- Remove size attribute from Sidekiq config
2021-07-14 22:51:27 +05:30

15 lines
No EOL
403 B
YAML

# https://github.com/ondrejbartas/sidekiq-cron
# use https://crontab.guru/ to validate
# executed At 12:00 on every day-of-month.
internal_check_new_versions_job:
cron: "0 12 */1 * *"
class: "Internal::CheckNewVersionsJob"
queue: scheduled_jobs
# executed At every 5th minute..
internal_check_new_versions_job:
cron: "*/5 * * * *"
class: "TriggerScheduledItemsJob"
queue: scheduled_jobs