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
It is useful to have retry support, specially if the user is running everything in a containerized environment.
I personally have a scenario in which the api runs and the socket client starts right after it, but the problem is that even if the API container is running, it does not mean that it has finished starting and setting everything up.
Adding retry support would be extremely useful in scenarios like mine, and some others.
The text was updated successfully, but these errors were encountered:
It is useful to have retry support, specially if the user is running everything in a containerized environment.
I personally have a scenario in which the api runs and the socket client starts right after it, but the problem is that even if the API container is running, it does not mean that it has finished starting and setting everything up.
Adding retry support would be extremely useful in scenarios like mine, and some others.
The text was updated successfully, but these errors were encountered: