Method: QaServer::PerformanceMonthGraphJob#perform
- Defined in:
- app/jobs/qa_server/performance_month_graph_job.rb
#perform ⇒ Object
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 if QaServer::JobIdCache.active_job_id?(job_key: job_key, job_id: job_id) end |