We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda9692 commit 0d17196Copy full SHA for 0d17196
app/jobs/label_and_taint_job.rb
@@ -27,13 +27,13 @@ def perform(server_id)
27
28
break true if success
29
30
- Rails.logger.warn "Attempt #{attempt + 1}/30: Waiting for #{server.name}. Output: #{stderr}. Retrying in 5 seconds..."
+ Rails.logger.warn "Attempt #{attempt + 1}/60: Waiting for #{server.name}. Output: #{stderr}. Retrying in 5 seconds..."
31
sleep 5 unless Rails.env.test?
32
false
33
end
34
35
unless server_present
36
- Rails.logger.error "Failed to confirm #{server.name} in the cluster after 30 attempts, aborting"
+ Rails.logger.error "Failed to confirm #{server.name} in the cluster after 60 attempts, aborting"
37
return
38
39
0 commit comments