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

Use 1 minute for status polling interval

parent 99043d24
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@ class Projects::Clusters::GcpController < Projects::ApplicationController
before_action :authorize_google_project_billing, only: [:check]
before_action :authorize_create_cluster!, only: [:new, :create]
 
STATUS_POLLING_INTERVAL = 10_000
STATUS_POLLING_INTERVAL = 1.minute.to_i
 
def login
begin
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