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

Update v16.1 #850

Merged
merged 9 commits into from
Feb 8, 2024
Merged

Update v16.1 #850

merged 9 commits into from
Feb 8, 2024

Conversation

mikelittle
Copy link
Contributor

One change was missed off.

dependabot bot and others added 9 commits October 16, 2023 19:14
Updates the requirements on [humanmade/wp-redis-predis-client](https://github.com/humanmade/wp-redis-predis-client) to permit the latest version.
- [Release notes](https://github.com/humanmade/wp-redis-predis-client/releases)
- [Commits](humanmade/wp-redis-predis-client@0.1.0...0.1.1)

---
updated-dependencies:
- dependency-name: humanmade/wp-redis-predis-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
We recently enabled `opcache.enable_cli` so Cavalcade Runner now has the opcache enabled. This is a bug, it turns out in the opcache whereby including files over and over again will lead to a memory leak. See php/php-src#9812 for details.

This bug causes a very large memory leak in Cavalcade Runner because we naively re-init the Cloudwatchclient on every call to put_metric_data() etc.

So, it makes sense to only create the cloudwatch client once. THis should also drastically reduce the impact of the PHP bug.
[Backport v16-branch] Fix cavalcade runner memory usage leak
…/humanmade/wp-redis-predis-client-0.1.1

Update humanmade/wp-redis-predis-client requirement from 0.1.0 to 0.1.1
CloudFront will return an error from `createInvalidation` if the URL is not encoded. `tachyon_url()` already does this internally, so is not an issue on the tachyon_url.
Co-authored-by: Ryan McCue <me@ryanmccue.info>
[Backport v16-branch] URL encode filenames in CDN Media Purge
@mikelittle mikelittle merged commit ab00d7e into v16.1-branch Feb 8, 2024
3 of 4 checks passed
@mikelittle mikelittle deleted the update-v16.1 branch February 8, 2024 16:01
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.

None yet

4 participants