Commit e659481c authored by Kamil Trzcinski's avatar Kamil Trzcinski

Pass cluster_id

parent 1427bdca
......@@ -10,7 +10,7 @@ module Clusters
if provider.make_creating(operation_id)
WaitForClusterCreationWorker.perform_in(
Clusters::Gcp::VerifyProvisionStatusService::INITIAL_INTERVAL,
provider.id)
provider.cluster_id)
else
provider.make_errored!("Failed to update provider record; #{provider.errors}")
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment