Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Update Doc on timeout setting recommendation #49

Open
jeffpeiyt opened this issue Oct 28, 2016 · 0 comments
Open

Update Doc on timeout setting recommendation #49

jeffpeiyt opened this issue Oct 28, 2016 · 0 comments
Assignees

Comments

@jeffpeiyt
Copy link
Contributor

jeffpeiyt commented Oct 28, 2016

Update Doc:

set the connection timeout < request timeout < worker timeout. Then the async client timeout will kick in first before the actor timeout.

   ParallecGlobalConfig.ningFastClientConnectionTimeoutMillis = 4000;
   ParallecGlobalConfig.ningFastClientRequestTimeoutMillis = 13000;

    ParallelTaskConfig config = new ParallelTaskConfig();
    config.setActorMaxOperationTimeoutSec(15);

Issue: get responses logs from [AsyncHttpClient-Callback] DEBUG c.n.h.c.p.jdk.JDKAsyncHttpProvider even after ParallecTask is done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants