today_ai_weather/config
songtianlun fd910fb469 fix: update job scheduling interval
- Change job execution frequency from once every hour to every two hours.
- Ensure the `BatchGenerateWeatherArtsJob` runs as intended without unnecessary frequency.

This change addresses performance concerns by reducing the load on the system caused by frequent job executions.
2025-01-22 17:08:46 +08:00
..
environments feat: add batch weather art generation jobs 2025-01-22 16:50:00 +08:00
initializers chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
locales feat: add countries and regions management 2025-01-21 18:27:26 +08:00
application.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
boot.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
cable.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
cache.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
credentials.yml.enc feat: add batch weather art generation jobs 2025-01-22 16:50:00 +08:00
database.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
deploy.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
environment.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
puma.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
queue.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
recurring.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
routes.rb refactor: clean up ai_service code formatting 2025-01-22 16:50:21 +08:00
schedule.rb fix: update job scheduling interval 2025-01-22 17:08:46 +08:00
storage.yml feat: add batch weather art generation jobs 2025-01-22 16:50:00 +08:00