Skip to content
Snippets Groups Projects
Unverified Commit 1cc7dbfa authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Update crono for 38c3

parent 0d52dfc1
No related branches found
No related tags found
No related merge requests found
...@@ -14,5 +14,6 @@ ...@@ -14,5 +14,6 @@
# 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, '38c3').every 5.minutes
Crono.perform(TelegramNotifyUpcomingJob, { offset: 15.minutes.to_i, interval: 1.minute.to_i }).every 1.minute Crono.perform(FetchConferenceDataJob, '38c3-more').every 5.minutes
#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