Class: CacheKeeper::Cron::GoodJobAdapter
- Inherits:
-
Object
- Object
- CacheKeeper::Cron::GoodJobAdapter
- Defined in:
- lib/cache_keeper/cron/good_job_adapter.rb
Class Method Summary collapse
Class Method Details
.setup ⇒ Object
3 4 5 6 7 8 |
# File 'lib/cache_keeper/cron/good_job_adapter.rb', line 3 def self.setup Rails.application.config.good_job.cron[:cache_keeper] = { class: "CacheKeeper::RefreshAllJob", cron: CacheKeeper.configuration.cron_expression } end |