Skip to content

Commit

Permalink
HealthcheckJob: rescue temporary dns error
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Jul 17, 2024
1 parent 6747add commit a17cfb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/healthcheck_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def perform
http.use_ssl = true if healthcheck_uri.scheme == 'https'

http.head(healthcheck_uri.path)
rescue Socket::ResolutionError
end

private
Expand Down

0 comments on commit a17cfb3

Please sign in to comment.