-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service infra timeout needs to be more configurable #711
Comments
In essence, make the timeout in startServiceInfra configurable. Sure. |
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 18, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 18, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 18, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 19, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 19, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 19, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 19, 2019
sebady
pushed a commit
that referenced
this issue
Jun 19, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 19, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 19, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Jun 20, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Aug 9, 2019
End users might be confused, but this should help us a bit if we have to triage.
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Aug 9, 2019
End users might be confused, but this should help us a bit if we have to triage.
crankydillo
added a commit
that referenced
this issue
Aug 15, 2019
End users might be confused, but this should help us a bit if we have to triage.
Work done in linked PRs. |
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Aug 15, 2019
crankydillo
pushed a commit
to crankydillo/squbs
that referenced
this issue
Aug 16, 2019
anilgursel
pushed a commit
that referenced
this issue
Aug 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From what I can tell, the only way to increase the service infra timeout is to run additional listeners (source). We need to be able to change that service infra start timeout via configuration..
Update: Make sure you have good error messages. The code as it stand at time of writing uses the same string for both a timeout and a 'start failure', which may also be a timeout failure. So when you get a timeout, it's not crystal clear if the timeout is happening in the proposed 'fix' or some underlying layer.
The text was updated successfully, but these errors were encountered: