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

[5.x] Prevent unnecessary requests to the Outpost when PHP version is different #11137

Merged

Conversation

duncanmcclean
Copy link
Member

This pull request prevents unnecessary requests from being made to the Outpost when the PHP version in the payload differs from the cached version.

For example: if you have a load balanced setup w/ multiple servers and you're rolling out PHP updates one at a time, your users might see the licensing banner if the Outpost's rate limiting kicks in.

Closes #11135.

@jasonvarga jasonvarga merged commit 4a9fc2e into 5.x Nov 18, 2024
18 checks passed
@jasonvarga jasonvarga deleted the exclude-php-version-from-outpost-payload-changed-check branch November 18, 2024 18:13
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.

Caching of outpost response does not work in a load-balanced setup with different PHP versions
2 participants