Commit b4e9e07c authored by Matija Čupić's avatar Matija Čupić

Remove polling interval from GcpController

parent ccfd8a12
......@@ -4,8 +4,6 @@ class Projects::Clusters::GcpController < Projects::ApplicationController
before_action :authorize_google_project_billing, only: [:new]
before_action :authorize_create_cluster!, only: [:new, :create]
STATUS_POLLING_INTERVAL = 1.minute.to_i
def login
begin
state = generate_session_key_redirect(gcp_new_namespace_project_clusters_path.to_s)
......
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