today_ai_weather/app/jobs
songtianlun bf2ff282bb refactor: rename workers to jobs
- Change class names from Worker to Job for better alignment
  with Rails convention.
- Includes changes in BatchGenerateWeatherArtsJob,
  CleanAhoyDataJob, GenerateWeatherArtJob, and
  RefreshSitemapJob classes.

This refactoring improves the clarity and consistency of the
codebase by adhering to established naming conventions,
making it easier for new developers to understand the
role of these classes within the application.
2025-01-28 01:16:17 +08:00
..
batch_generate_weather_arts_job.rb refactor: rename workers to jobs 2025-01-28 01:16:17 +08:00
clean_ahoy_data_job.rb refactor: rename workers to jobs 2025-01-28 01:16:17 +08:00
generate_weather_art_job.rb refactor: rename workers to jobs 2025-01-28 01:16:17 +08:00
refresh_sitemap_job.rb refactor: rename workers to jobs 2025-01-28 01:16:17 +08:00