Skip to content

Commit

Permalink
Merge pull request #460 from basecamp/traefik-wait-5s-after-unhealthy
Browse files Browse the repository at this point in the history
Give Traefik 5s to drop old container
  • Loading branch information
djmb authored Sep 12, 2023
2 parents bf6af46 + 0afe289 commit a367819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/utils/healthcheck_poller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Kamal::Utils::HealthcheckPoller
TRAEFIK_UPDATE_DELAY = 2
TRAEFIK_UPDATE_DELAY = 5

class HealthcheckError < StandardError; end

Expand Down

0 comments on commit a367819

Please sign in to comment.