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

Set sendBebounce period to 1 second to update store subscribers faster #1480

Open
cmwylie19 opened this issue Nov 22, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@cmwylie19
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

The Store in Pepr is backed by the PeprStore crd. Pepr is performing a kubernetes watch on the object. When there are updates Pepr informs the store subscribers. Currently the subscribers are only getting an update every 5 seconds. It seems reasonable to check for updates every second.

Describe the solution you'd like

  • Given You need to be informed quicker on Store updates
  • When we reduce the timeout from 5 seconds to 1 sec
  • Then then we increase the time by 80% that we are getting store updates to the subscribers

Describe alternatives you've considered

(optional) A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant