Skip to content
Snippets Groups Projects
Verified Commit 2ed2913b authored by tribut's avatar tribut :man_dancing:
Browse files

Fix crono job

parent b97b865f
No related branches found
No related tags found
No related merge requests found
Pipeline #38973 passed
...@@ -14,6 +14,5 @@ ...@@ -14,6 +14,5 @@
# Crono.perform(TestJob).every 2.days, at: '15:30' # Crono.perform(TestJob).every 2.days, at: '15:30'
# #
Crono.perform(FetchConferenceDataJob, '38c3').every 5.minutes Crono.perform(FetchConferenceDataJob, 'eh22').every 5.minutes
Crono.perform(FetchConferenceDataJob, '38c3-more').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.
Please register or to comment