From 204ca4ae7ea252315ac5b05402714069450a1235 Mon Sep 17 00:00:00 2001 From: Jamie Gaskins Date: Thu, 7 Oct 2021 20:51:51 -0400 Subject: [PATCH] Remove scheduled SitemapRefreshWorker job (#14986) This worker no longer exists Force merged https://forem-team.slack.com/archives/CUJDU2R8D/p1633654148049700 --- config/schedule.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/schedule.yml b/config/schedule.yml index c58b39337..e4c1fbc99 100644 --- a/config/schedule.yml +++ b/config/schedule.yml @@ -94,10 +94,6 @@ send_welcome_notifications: description: "Sends welcome notifications to new users (runs daily at 16:30 UTC)" cron: "0 16 * * *" class: "Broadcasts::SendWelcomeNotificationsWorker" -sitemap_refresh: - description: "Regenerates the sitemap and pings search engines (runs hourly on the 30th minute after the hour)" - cron: "30 * * * *" - class: "SitemapRefreshWorker" hourly_feed_cache_bust: description: "Busts the edge cache of the feed (runs hourly on the hour)" cron: "0 * * * *"