Class: Shipit::UpdateEstimatedDeployDurationJob

Inherits:
BackgroundJob
  • Object
show all
Defined in:
app/jobs/shipit/update_estimated_deploy_duration_job.rb

Constant Summary

Constants inherited from BackgroundJob

BackgroundJob::DEFAULT_RETRY_TIME_IN_SECONDS

Instance Method Summary collapse

Instance Method Details

#perform(stack) ⇒ Object



7
8
9
# File 'app/jobs/shipit/update_estimated_deploy_duration_job.rb', line 7

def perform(stack)
  stack.update_estimated_deploy_duration!
end