Class: UffizziCore::Cluster::DeployJob
- Inherits:
-
ApplicationJob
- Object
- ApplicationJob
- UffizziCore::Cluster::DeployJob
- Defined in:
- app/jobs/uffizzi_core/cluster/deploy_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(id) ⇒ Object
6 7 8 9 10 |
# File 'app/jobs/uffizzi_core/cluster/deploy_job.rb', line 6 def perform(id) cluster = UffizziCore::Cluster.find(id) UffizziCore::ClusterService.deploy_cluster(cluster) end |