Class: UffizziCore::Cluster::ManageScalingDownJob

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

Instance Method Summary collapse

Instance Method Details

#perform(id) ⇒ Object



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

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

  UffizziCore::ClusterService.manage_scale_down(cluster)
end