today_ai_weather/config
songtianlun 1f35664590 fix: correct conditional for sitemap refresh
- Update the condition to check for 'RAILS_BUILD' environment variable
- Allow RefreshSitemapWorker to run in development/test environments

This change clarifies the logic for executing the sitemap refresh worker by
inverting the condition to allow it to run when 'RAILS_BUILD' is not set,
ensuring proper functionality during development and testing phases.
2025-01-25 11:01:29 +08:00
..
environments fix: update Active Job queue adapter to Sidekiq 2025-01-23 00:51:56 +08:00
initializers fix: correct conditional for sitemap refresh 2025-01-25 11:01:29 +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: change Sidekiq route to admin/tasks 2025-01-23 17:34:45 +08:00
schedule.rb feat: add background job processing with Sidekiq 2025-01-22 17:58:25 +08:00
sidekiq.yml feat: add SEO meta tags and sitemap generation 2025-01-23 19:02:52 +08:00
sitemap.rb fix: update default host in sitemap generator and refresh sitemap on worker 2025-01-23 19:40:08 +08:00
storage.yml chore: update storage configuration for production 2025-01-22 17:26:06 +08:00