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:
songtianlun 2025-04-08 15:15:33 +08:00
parent 5c3acbb197
commit 808061c4f3

View File

@ -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: