# config/initializers/schedule_tasks.rb
Rails.application.config.after_initialize do
RefreshSitemapWorker.perform_async unless ENV["RAILS_BUILD"]
end