Remove scheduled SitemapRefreshWorker job (#14986)

This worker no longer exists 
Force merged https://forem-team.slack.com/archives/CUJDU2R8D/p1633654148049700
This commit is contained in:
Jamie Gaskins 2021-10-07 20:51:51 -04:00 committed by GitHub
parent 2bf4df65b1
commit 204ca4ae7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 * * * *"