From 6d34cd88e90f4c49b01103b9152d9b6e60be7f63 Mon Sep 17 00:00:00 2001 From: Justin Marsh Date: Tue, 6 Feb 2024 15:56:24 +0100 Subject: [PATCH] remove sidekiq --- config/sidekiq.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 config/sidekiq.yml diff --git a/config/sidekiq.yml b/config/sidekiq.yml deleted file mode 100644 index e84b6cbf..00000000 --- a/config/sidekiq.yml +++ /dev/null @@ -1,24 +0,0 @@ -# :concurrency: 3 -# :queues: -# - dispatch -# - default -# - mailers -# - import -# - notification -# :scheduler: -# :schedule: -# harvest_import: -# every: "30m" -# class: HarvestImportJob -# github_import: -# every: "30m" -# class: GithubImportJob -# slack_notification: -# cron: "0 8 * * * Europe/Berlin" # every day at 8:00, Berlin time -# class: SlackNotificationJob -# slack_congratulation: -# cron: "0 9 * * * Europe/Berlin" # every day at 9:00, Berlin time -# class: SlackCongratulationJob -# slack_status: -# cron: "0 0 * * * Europe/Berlin" # every day at 00:00, Berlin time -# class: SlackSetStatusJob