Skip to content
Snippets Groups Projects
Verified Commit b4e9e07c authored by Matija Čupić's avatar Matija Čupić
Browse files

Remove polling interval from GcpController

parent ccfd8a12
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment