style: update description in sidekiq scheduler
- Changed description for the 'batch_generate_weather' job from 'Generate weather arts every 2 hours' to 'Batch Generate weather arts'. - This change provides a more concise description of the job's purpose without altering its functionality.
This commit is contained in:
parent
15c1fc654d
commit
80d623b0c2
@ -1,7 +1,7 @@
|
||||
batch_generate_weather:
|
||||
cron: '0 8,18 * * *'
|
||||
class: BatchGenerateWeatherArtsWorker
|
||||
description: "Generate weather arts every 2 hours"
|
||||
description: "Batch Generate weather arts"
|
||||
enabled: true
|
||||
|
||||
refresh_sitemap:
|
||||
|
Loading…
Reference in New Issue
Block a user