Background
This PR introduces:
- Out-of-Band GC middleware that defers GC to after the response, with mid-flight OOM protection via RSS monitoring.
- A Sequel extension for memory guard on DB queries.
- Async garbage collector bin using Ruby 3 Fibers and non-blocking HTTP for blobstore cleanup.
Design
See the PR description for full architectural details. All changes are opt-in via feature flags and configuration.
Background
This PR introduces:
Design
See the PR description for full architectural details. All changes are opt-in via feature flags and configuration.