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

Reduce actions fetching interval if the full page of action documents was fetched #82

Merged
merged 2 commits into from
Feb 3, 2021

Conversation

aleksmaus
Copy link
Contributor

What does this PR do?

Reduce actions fetching interval if the full page of action documents was fetched. Otherwise the monitor waits for 1 secs (by default) until the next poll.

Presently the UPGRADE action is creating individual action documents for each agent, which will be slow to roll out if we delay for 1 sec between each 10 actions. Ideally we would group as many agents under one document as possible.
Talked to @nchaulet and this is on his to do list for kibana.

@elasticmachine
Copy link
Contributor

elasticmachine commented Feb 2, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #82 updated

    • Start Time: 2021-02-03T16:03:06.726+0000
  • Duration: 5 min 14 sec

  • Commit: c61e2bd

Test stats 🧪

Test Results
Failed 0
Passed 50
Skipped 0
Total 50

Copy link

@scunningham scunningham left a comment

Choose a reason for hiding this comment

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

Better than a ❄️

Copy link
Contributor

@blakerouse blakerouse left a comment

Choose a reason for hiding this comment

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

Looks good.

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

Successfully merging this pull request may close these issues.

4 participants