Skip to content
Snippets Groups Projects
Commit 454bccd3 authored by Teal's avatar Teal
Browse files

re-enable update job

parent 436d8d5c
No related branches found
No related tags found
No related merge requests found
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
# Crono.perform(TestJob).every 2.days, at: '15:30' # Crono.perform(TestJob).every 2.days, at: '15:30'
# #
# Crono.perform(FetchConferenceDataJob, 'rp2024').every 5.minutes Crono.perform(FetchConferenceDataJob, 'rp2024').every 5.minutes
Crono.perform(TelegramNotifyUpcomingJob, { offset: 15.minutes.to_i, interval: 1.minute.to_i }).every 1.minute Crono.perform(TelegramNotifyUpcomingJob, { offset: 15.minutes.to_i, interval: 1.minute.to_i }).every 1.minute
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment