Class: OpenReceive::ReconcileJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- OpenReceive::ReconcileJob
- Defined in:
- app/jobs/openreceive/reconcile_job.rb
Overview
One reconciliation pass, wrapped for the host's ActiveJob backend. Schedule it with the host's recurring-job system (for example a solid_queue config/recurring.yml entry, sidekiq-cron, or clockwork); OpenReceive ships no scheduler of its own.
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
11 12 13 |
# File 'app/jobs/openreceive/reconcile_job.rb', line 11 def perform OpenReceive.reconcile! end |