From 454bccd39e52bcecb77848e282d500a5c4972769 Mon Sep 17 00:00:00 2001 From: Teal <git@teal.is> Date: Mon, 27 May 2024 16:50:04 +0200 Subject: [PATCH] re-enable update job --- config/cronotab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cronotab.rb b/config/cronotab.rb index c738d9d..b7240cc 100644 --- a/config/cronotab.rb +++ b/config/cronotab.rb @@ -14,5 +14,5 @@ # 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 -- GitLab