dawarich/config/environment.rb
2024-12-24 17:01:26 +01:00

13 lines
267 B
Ruby

# frozen_string_literal: true
# Load the Rails application.
require_relative 'application'
# Initialize the Rails application.
Rails.application.initialize!
# Clear the cache
Cache::CleaningJob.perform_later
# Preheat the cache
Cache::PreheatingJob.perform_later