Class: OpenReceive::ReconcileJob

Inherits:
ActiveJob::Base
  • Object
show all
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

#performObject



11
12
13
# File 'app/jobs/openreceive/reconcile_job.rb', line 11

def perform
  OpenReceive.reconcile!
end