Skip to content
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

Timeout settings #19

Closed
gwbischof opened this issue Aug 16, 2020 · 1 comment
Closed

Timeout settings #19

gwbischof opened this issue Aug 16, 2020 · 1 comment

Comments

@gwbischof
Copy link
Contributor

I did some testing to figure out the behavior of the different timeout configuration settings:

The only setting that had an effect on execution time of a Run was message.timeout.ms

I tested with an invalid topic name.

With this value set to 100 ms: a run with 5 events takes 1s, 1000 events takes 4s, 5000 events takes 6s.
With this value set to 1000 ms: a run with 1000 events takes 5.4s.

We may want to consider reducing this value from the default which appears to be 5s.

@gwbischof gwbischof changed the title Timeouts Timeout settings Aug 16, 2020
@gwbischof
Copy link
Contributor Author

This was fixed in nslsii

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

No branches or pull requests

1 participant