today_ai_weather/config/sidekiq.yml

10 lines
165 B
YAML
Raw Normal View History

:schedule:
sample_job:
cron: '0 * * * *' # 每小时执行
class: BatchGenerateWeatherArtsWorker
:concurrency: 5
:queues:
- default
- mailers
- low