-
Notifications
You must be signed in to change notification settings - Fork 229
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
Make max-queued-requests and max-retry-delay configurable #569
Labels
Comments
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Dec 22, 2017
This commit adds support for queueing and retry requests if the Puppet Server is busy. https://puppet.com/docs/puppet/5.3/release_notes.html#new-feature-puppet-agents-can-retry-requests-on-a-configurable-delay-if-puppet-server-is-busy Fixes theforeman#569
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Dec 22, 2017
This commit adds support for queueing and retrying requests if the Puppet Server is busy. https://puppet.com/docs/puppet/5.3/release_notes.html#new-feature-puppet-agents-can-retry-requests-on-a-configurable-delay-if-puppet-server-is-busy Fixes theforeman#569
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Dec 22, 2017
This commit adds support for queueing and retrying requests if the Puppet Server is busy. https://puppet.com/docs/puppet/5.3/release_notes.html#new-feature-puppet-agents-can-retry-requests-on-a-configurable-delay-if-puppet-server-is-busy Fixes theforeman#569
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Jan 4, 2018
This commit adds support for queueing and retrying requests if the Puppet Server is busy. https://puppet.com/docs/puppet/5.3/release_notes.html#new-feature-puppet-agents-can-retry-requests-on-a-configurable-delay-if-puppet-server-is-busy Fixes theforeman#569
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Jan 4, 2018
This commit adds support for queueing and retrying requests if the Puppet Server is busy. https://puppet.com/docs/puppet/5.3/release_notes.html#new-feature-puppet-agents-can-retry-requests-on-a-configurable-delay-if-puppet-server-is-busy Fixes theforemanGH-569
baurmatt
added a commit
to syseleven/puppet-puppet
that referenced
this issue
Jan 4, 2018
This commit adds support for queueing and retrying requests if the Puppet Server is busy. https://puppet.com/docs/puppet/5.3/release_notes.html#new-feature-puppet-agents-can-retry-requests-on-a-configurable-delay-if-puppet-server-is-busy Fixes theforemanGH-569
mmoll
pushed a commit
that referenced
this issue
Jan 4, 2018
This commit adds support for queueing and retrying requests if the Puppet Server is busy. https://puppet.com/docs/puppet/5.3/release_notes.html#new-feature-puppet-agents-can-retry-requests-on-a-configurable-delay-if-puppet-server-is-busy Fixes GH-569
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://puppet.com/docs/puppet/5.3/release_notes.html#new-feature-puppet-agents-can-retry-requests-on-a-configurable-delay-if-puppet-server-is-busy
Both need to be set in the jruby-puppet section:
max-retry-delay: https://github.com/puppetlabs/puppetserver/blob/6842080c7c1cc5a11560e5263ff519569dd29c24/src/clj/puppetlabs/services/request_handler/request_handler_service.clj#L20
max-queued-requests: https://github.com/puppetlabs/puppetserver/blob/6842080c7c1cc5a11560e5263ff519569dd29c24/src/clj/puppetlabs/services/request_handler/request_handler_service.clj#L19
I will provide a PR.
The text was updated successfully, but these errors were encountered: