diff --git a/config/schedule.yml b/config/schedule.yml index c45d395bf..61d5830a0 100644 --- a/config/schedule.yml +++ b/config/schedule.yml @@ -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