chore: update schedule

This commit is contained in:
Vishnu Narayanan
2025-07-29 19:49:38 +05:30
parent 3700a810c7
commit d6e69cb9f5
+7
View File
@@ -46,3 +46,10 @@ delete_accounts_job:
cron: '0 1 * * *'
class: 'Internal::DeleteAccountsJob'
queue: scheduled_jobs
# executed weekly on Sunday at 0200 UTC
# to cleanup orphaned Cloudflare custom hostnames
cloudflare_cleanup_job:
cron: '0 2 * * 0'
class: 'Enterprise::CloudflareCleanupJob'
queue: housekeeping