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

Increase polling frequency #30

Merged
merged 3 commits into from
May 18, 2023
Merged

Increase polling frequency #30

merged 3 commits into from
May 18, 2023

Conversation

petzel
Copy link
Contributor

@petzel petzel commented May 18, 2023

Motivation and Context

Now that we have the ability to invalidate caches in the CDN, the 5 minute delay is now preventing updates from reaching clients in a timely manner.

Description

Reduces the polling interval to 30 seconds from 5 minutes.

Also removes jitter as it is no longer necessary (the CDN will buffer requests which reach the backend, only sending a single request to origin).

@petzel petzel force-pushed the reduce-polling-interval branch from 12aea30 to 6367dc7 Compare May 18, 2023 22:44
@petzel petzel merged commit a5ea8d4 into main May 18, 2023
@petzel petzel deleted the reduce-polling-interval branch May 18, 2023 23:06
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.

2 participants