feat: Add Cron Jobs In Chatwoot and update installation notice (#1630)
This commit is contained in:
8
config/schedule.yml
Normal file
8
config/schedule.yml
Normal 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
|
||||
Reference in New Issue
Block a user