From 1cc7dbfac44ab83ff1faa34b47bb303246459b55 Mon Sep 17 00:00:00 2001
From: Felix Eckhofer <felix@eckhofer.com>
Date: Sat, 21 Dec 2024 04:12:11 +0100
Subject: [PATCH] Update crono for 38c3

---
 config/cronotab.rb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/cronotab.rb b/config/cronotab.rb
index b7240cc..8dc682c 100644
--- a/config/cronotab.rb
+++ b/config/cronotab.rb
@@ -14,5 +14,6 @@
 # Crono.perform(TestJob).every 2.days, at: '15:30'
 #
 
-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(FetchConferenceDataJob, '38c3').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
-- 
GitLab