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

Change the default polling trigger to 1 second #8751

Merged

Conversation

artembilan
Copy link
Member

The current default trigger for the poller is 10 milliseconds fixed delay. This is very tight policy for Microservices where we might not have too many scheduled threads to distribute polling endpoint jobs evenly.

  • Change the default trigger to 1 second to align with what Spring Boot already claims.
    Same 1 second policy is used in Spring Cloud Stream as well

The current default trigger for the poller is 10 milliseconds fixed delay.
This is very tight policy for Microservices where we might not have too many
scheduled threads to distribute polling endpoint jobs evenly.

* Change the default trigger to 1 second to align with what Spring Boot already
claims.
Same 1 second policy is used in Spring Cloud Stream as well
Copy link
Contributor

@garyrussell garyrussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just doc polishing.

src/reference/antora/modules/ROOT/pages/endpoint.adoc Outdated Show resolved Hide resolved
src/reference/antora/modules/ROOT/pages/whats-new.adoc Outdated Show resolved Hide resolved
Co-authored-by: Gary Russell <grussell@vmware.com>
@garyrussell garyrussell merged commit af609ca into spring-projects:main Oct 9, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants