Extend traefik delay by 1 second

This commit is contained in:
Donal McBreen
2023-05-01 18:58:46 +01:00
parent 650f9b1fbf
commit d0f66db33c

View File

@@ -1,5 +1,5 @@
class Mrsk::Utils::HealthcheckPoller
TRAEFIK_HEALTHY_DELAY = 1
TRAEFIK_HEALTHY_DELAY = 2
class HealthcheckError < StandardError; end