chore: validation spec for schedules (#3480)
We had instances where after copy-pasting the schedule block, the dev forgets to change the schedule key, This would break some of the scheduled jobs without explicit errors. this PR add a spec that will prevent it from happening
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# https://github.com/ondrejbartas/sidekiq-cron
|
||||
# use https://crontab.guru/ to validate
|
||||
# validations for this file exist in /spec/configs/schedule_spec.rb
|
||||
|
||||
# executed At 12:00 on every day-of-month.
|
||||
internal_check_new_versions_job:
|
||||
|
||||
Reference in New Issue
Block a user