chore: update sidekiq scheduler description
- Change description for the submit_indexnow job from "Refresh sitemap daily" to "Submit Indexnow daily". - Description modification improves clarity on job function. - This adjustment does not affect job scheduling or operations.
This commit is contained in:
parent
5c3acbb197
commit
808061c4f3
@ -15,7 +15,7 @@ submit_indexnow:
|
||||
cron: '0 5 * * *'
|
||||
class: SubmitToIndexnowWorker
|
||||
queue: default
|
||||
description: "Refresh sitemap daily"
|
||||
description: "Submit Indexnow daily"
|
||||
enabled: true
|
||||
|
||||
clean_ahoy_data:
|
||||
|
Loading…
Reference in New Issue
Block a user