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
If we knew for sure what endpoint to ping inside of all of these containers then we could add automatic health checks. Need to figure out a way to do it constantly.
For example, I am currently just assuming that I can run: curl --fail http://127.0.0.1:${Number(options.port)}
The problem is that I can assume the host.
The text was updated successfully, but these errors were encountered:
If we knew for sure what endpoint to ping inside of all of these containers then we could add automatic health checks. Need to figure out a way to do it constantly.
For example, I am currently just assuming that I can run:
curl --fail http://127.0.0.1:${Number(options.port)}
The problem is that I can assume the host.
The text was updated successfully, but these errors were encountered: