paypal / squbs

Akka Streams & Akka HTTP for Large-Scale Production Deployments
http://paypal.github.io/squbs
Apache License 2.0
1.43k stars 237 forks source link

Service infra timeout needs to be more configurable #711

Closed crankydillo closed 5 years ago

crankydillo commented 5 years ago

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.

akara commented 5 years ago

In essence, make the timeout in startServiceInfra configurable. Sure.

crankydillo commented 5 years ago

Work done in linked PRs.