chore: temporarily disable account deletion job

This commit is contained in:
Vishnu Narayanan
2026-07-11 09:11:07 +05:30
parent 98154bbeab
commit ba89c185bb
+4 -4
View File
@@ -50,10 +50,10 @@ remove_stale_redis_keys_job.rb:
# executed daily at 0100 UTC
# to delete accounts marked for deletion
delete_accounts_job:
cron: '0 1 * * *'
class: 'Internal::DeleteAccountsJob'
queue: scheduled_jobs
# delete_accounts_job:
# cron: '0 1 * * *'
# class: 'Internal::DeleteAccountsJob'
# queue: scheduled_jobs
# executed every 30 minutes for assignment_v2
periodic_assignment_job: