Method: QaServer::PerformanceMonthGraphJob#perform

Defined in:
app/jobs/qa_server/performance_month_graph_job.rb

#performObject



14
15
16
17
# File 'app/jobs/qa_server/performance_month_graph_job.rb', line 14

def perform
  # checking active_job_id? prevents race conditions for long running jobs
  generate_graphs_for_authorities if QaServer::JobIdCache.active_job_id?(job_key: job_key, job_id: job_id)
end