Make Widget check status of Ping before sending API request #4626
Unanswered
ngoc-minh-do
asked this question in
Support
Replies: 1 comment 3 replies
-
That sounds like it would make requests very slow. If youre using docker you can use automatic service discovery with docker labels, that way containers that are offline wont even show up |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
In my
services.yaml
file, I have some service definition like this:If the service is turned off and I check the homepage logs, I always see errors like this:
I think it would be better to check the
ping
status before making any further requests, including those related to thewidget
. What do you all think?homepage version
v0.10.9
Installation method
Docker
Configuration
No response
Container Logs
No response
Browser Logs
No response
Troubleshooting
No
Beta Was this translation helpful? Give feedback.
All reactions