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:
parent
2bf4df65b1
commit
204ca4ae7e
1 changed files with 0 additions and 4 deletions
|
|
@ -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 * * * *"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue