chore: adjust sidekiq worker schedule
- Update `BatchGenerateWeatherArtsWorker` cron job to run every 1 hour - This change will result in weather arts being generated more frequently
This commit is contained in:
parent
799dfc18ed
commit
2d5521c3dc
@ -1,5 +1,5 @@
|
|||||||
batch_generate_weather:
|
batch_generate_weather:
|
||||||
cron: '0 */2 * * *'
|
cron: '0 */1 * * *'
|
||||||
class: BatchGenerateWeatherArtsWorker
|
class: BatchGenerateWeatherArtsWorker
|
||||||
description: "Generate weather arts every 2 hours"
|
description: "Generate weather arts every 2 hours"
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
Reference in New Issue
Block a user