today_ai_weather/app
songtianlun c1fa16c690 refactor: change weather art job processing method
- Replace synchronous job processing with asynchronous
- Ensure processing does not exceed API rate limits

This change allows for better performance by offloading the
queue management to Sidekiq, enabling more efficient
parallel processing of weather art generation. It also
prevents potential API rate limit violations by maintaining
a delay between requests.
2025-01-23 09:20:49 +08:00
..
admin feat: add batch weather art generation jobs 2025-01-22 16:50:00 +08:00
assets init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
controllers feat: enhance weather arts and cities features 2025-01-22 14:04:58 +08:00
helpers feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
javascript feat: add font styling and enhance city views 2025-01-20 18:02:28 +08:00
jobs refactor: clean up ai_service code formatting 2025-01-22 16:50:21 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models feat: enhance weather arts and cities features 2025-01-22 14:04:58 +08:00
services fix: update Dockerfile and weather service configuration 2025-01-22 17:07:04 +08:00
views feat: enhance city weather card layout 2025-01-22 14:51:00 +08:00
workers refactor: change weather art job processing method 2025-01-23 09:20:49 +08:00