feat: Add Cron Jobs In Chatwoot and update installation notice (#1630)

This commit is contained in:
Sojan Jose
2021-01-11 17:34:41 +05:30
committed by GitHub
parent 160a6fc6cf
commit 346830ab1d
12 changed files with 95 additions and 1 deletions

8
config/schedule.yml Normal file
View File

@@ -0,0 +1,8 @@
# 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