today_ai_weather/app/workers
songtianlun b4af78aa77 feat: add logging and refactor image attachment
- Add logging to track the generation of weather art for each city.
- Refactor image attachment process to streamline the code by removing the
  separate method for attaching images.
- Ensure proper handling of the temporary file used for image processing.

These changes improve observability during the weather art generation
process and encapsulate the image attachment logic within the primary
method, reducing the overhead of a method call. The adjustments also
ensure that temporary files are managed correctly to prevent resource
leaks.
2025-01-24 00:23:09 +08:00
..
batch_generate_weather_arts_worker.rb feat: add logging and refactor image attachment 2025-01-24 00:23:09 +08:00
generate_weather_art_worker.rb feat: add logging and refactor image attachment 2025-01-24 00:23:09 +08:00
refresh_sitemap_worker.rb fix: update default host in sitemap generator and refresh sitemap on worker 2025-01-23 19:40:08 +08:00