You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default health check interval is set to a really long time (5 minute intervals) on this image. Can we get that reduced to shorter intervals with more retries? Maybe interval=10s with retries=10...or something along those lines. I've configured our docker-compose files with custom health checks using that ./probe.sh file, but it'd be nice if the defaults could be set to something a little quicker than 5 minutes.
The text was updated successfully, but these errors were encountered:
Hi @PurrBiscuit,
The last updates to this repo are 3+ years old targeting a very old Agent version (v5) with a very old base OS. Our suggestion would be that you switch the target to Agent 7 images, if at all possible, as it has better defaults (interval=30s, timeout=5sretries=2) and latest functionality.
If you have to run Agent 5, rebuilding this base image to override the value and/or using the compose override as you are already doing would probably be your best paths forward.
The default health check interval is set to a really long time (5 minute intervals) on this image. Can we get that reduced to shorter intervals with more retries? Maybe
interval=10s
withretries=10
...or something along those lines. I've configured ourdocker-compose
files with custom health checks using that./probe.sh
file, but it'd be nice if the defaults could be set to something a little quicker than 5 minutes.The text was updated successfully, but these errors were encountered: