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
When the server is really just starting and the management endpoint isn't up yet (i.e., connections will get refused), Creaper will unconditionally throw an exception. There should be a configurable timeout for this situation as well. It probably shouldn't be the existing OnlineOptions.connectionTimeout that is being passed to the ModelControllerClient.Factory, it should have a different name (but what?).
The text was updated successfully, but these errors were encountered:
Ladicek
changed the title
Creapar should be able to wait when connections are being refused
Creaper should be able to wait when connections are being refused
May 16, 2016
When the server is really just starting and the management endpoint isn't up yet (i.e., connections will get refused), Creaper will unconditionally throw an exception. There should be a configurable timeout for this situation as well. It probably shouldn't be the existing
OnlineOptions.connectionTimeout
that is being passed to theModelControllerClient.Factory
, it should have a different name (but what?).The text was updated successfully, but these errors were encountered: