Commit 43859143 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'refactor-clusters' of https://gitlab.com/gitlab-org/gitlab-ce into refactor-clusters

parents a41fb7b2 e659481c
......@@ -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