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
I am testing out wundergraph cosmo for a client, and I am wondering what the recommended approach for implementing healthchecks in docker-compose since the current image does not have bash OR curl.
For now I have built a custom image with curl. Could we maybe build a healthchecker into the router binary? This could read the router config and run the check using go's http lib.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am testing out wundergraph cosmo for a client, and I am wondering what the recommended approach for implementing healthchecks in docker-compose since the current image does not have bash OR curl.
For now I have built a custom image with curl. Could we maybe build a healthchecker into the router binary? This could read the router config and run the check using go's http lib.
This is what I have now.
Possible api.
Beta Was this translation helpful? Give feedback.
All reactions