Class: Webhookdb::Jobs::DurableJobRecheckPoller
- Inherits:
-
Object
- Object
- Webhookdb::Jobs::DurableJobRecheckPoller
- Extended by:
- Async::ScheduledJob
- Defined in:
- lib/webhookdb/jobs/durable_job_recheck_poller.rb
Instance Method Summary collapse
Methods included from Async::ScheduledJob
Instance Method Details
#_perform ⇒ Object
13 14 15 16 |
# File 'lib/webhookdb/jobs/durable_job_recheck_poller.rb', line 13 def _perform return if ENV["DISABLE_DURABLE_JOBS_POLL"] Amigo::DurableJob.poll_jobs(self) end |