From f878829568af25659566ea590434de399ea85771 Mon Sep 17 00:00:00 2001 From: Pranav Date: Fri, 6 Dec 2024 14:53:56 -0800 Subject: [PATCH] Comment remove_stale_redis_keys_job --- config/schedule.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/schedule.yml b/config/schedule.yml index a92960db8..862dc9d02 100644 --- a/config/schedule.yml +++ b/config/schedule.yml @@ -29,7 +29,7 @@ remove_stale_contact_inboxes_job.rb: # executed daily at 2230 UTC # which is our lowest traffic time -remove_stale_redis_keys_job.rb: - cron: '30 22 * * *' - class: 'Internal::RemoveStaleRedisKeysJob' - queue: scheduled_jobs +# remove_stale_redis_keys_job.rb: +# cron: '30 22 * * *' +# class: 'Internal::RemoveStaleRedisKeysJob' +# queue: scheduled_jobs