We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Every 1s in fact. But that is very wasteful. It only needs to patch once per DEFAULT_REQUEUE_TIME, 10s by default. So reduce to every 10s.
The text was updated successfully, but these errors were encountered:
@simster7 Do you like to take this?
Sorry, something went wrong.
fix: Use DEFAULT_REQUEUE_TIME for Agent. Fixes #7269 (#7296)
e0d5abc
Signed-off-by: Simon Behar <simbeh7@gmail.com>
simster7
Successfully merging a pull request may close this issue.
Every 1s in fact. But that is very wasteful. It only needs to patch once per DEFAULT_REQUEUE_TIME, 10s by default. So reduce to every 10s.
The text was updated successfully, but these errors were encountered: