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
Sometime a job with a service will fail. It appears that the service app is not quite ready when the main app attempts to access it.
An example from a job that curls against the "echo" service:
curl: (7) Failed to connect to glrw-rXXXXXXXXX-pXXXXXXXXX-c0-jXXXXXXXXX-svc-echo.apps.internal port 8080 after 2 ms: Connection refused
Rerunning the job generally results in success. A hacky fix would be to add some sleep time, but having a way to block for service readiness would be preferred.
The text was updated successfully, but these errors were encountered:
Sometime a job with a service will fail. It appears that the service app is not quite ready when the main app attempts to access it.
An example from a job that curls against the "echo" service:
Rerunning the job generally results in success. A hacky fix would be to add some sleep time, but having a way to block for service readiness would be preferred.
The text was updated successfully, but these errors were encountered: