# config/initializers/schedule_tasks.rb
Rails.application.config.after_initialize do
RefreshSitemapWorker.perform_async
end