today_ai_weather/app/workers
songtianlun f2951e2741 feat: optimize batch weather art generation
- Introduce BATCH_SIZE constant to limit processed cities
- Shuffle and limit eligible cities processing to enhance worker efficiency

This update improves the performance of the BatchGenerateWeatherArtsWorker
by ensuring that only a set number of cities are processed within the
allotted time, reducing the risk of timeouts and making the overall
system more responsive.
2025-02-01 15:01:36 +08:00
..
add_watermark_to_weather_art_worker.rb feat: update weather data report format 2025-01-31 10:46:32 +08:00
batch_generate_weather_arts_worker.rb feat: optimize batch weather art generation 2025-02-01 15:01:36 +08:00
clean_ahoy_data_worker.rb chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00
generate_weather_art_worker.rb refactor: tidy up code style and remove unused fields 2025-01-24 00:25:06 +08:00
refresh_sitemap_worker.rb feat: add sitemap functionality 2025-01-26 00:07:44 +08:00