Class: UffizziCore::Cluster::ManageDeployingJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/uffizzi_core/cluster/manage_deploying_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(id, try = 1) ⇒ Object



6
7
8
9
10
# File 'app/jobs/uffizzi_core/cluster/manage_deploying_job.rb', line 6

def perform(id, try = 1)
  cluster = UffizziCore::Cluster.find(id)

  UffizziCore::ClusterService.manage_deploying(cluster, try)
end