Class: UffizziCore::Cluster::ManageScalingUpJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- UffizziCore::Cluster::ManageScalingUpJob
- Defined in:
- app/jobs/uffizzi_core/cluster/manage_scaling_up_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_scaling_up_job.rb', line 6 def perform(id, try = 1) cluster = UffizziCore::Cluster.find(id) UffizziCore::ClusterService.manage_scale_up(cluster, try) end |