Eli Reisman
Eli Reisman
## Problem Based on a support ticket discussion. Event capture routes events to our historical ingest pipeline if the incoming batch request is marked for `historical_migration` _or_ if the event...
## Problem We'd like to explore ways to insert and remove batches of `Update` entries from the pod-local cache without causing lock contention across producer and (many) consumer worker threads....
## Problem We see bursts of closed connections in Envoy across deploy boundaries in `capture` deployments. The root metric surfaced in Envoy is `envoy_cluster_upstream_cx_destroy_remote_with_active_rq` which means our app is closing...
## Problem We want to ensure we await in-flight requests when a production pod is signaled for shutdown. We can use a combo of a static time limit based on...
## Problem We want more app level control over graceful shutdown of `capture`'s Axum server during deploy cutovers. ## Changes * Expose underlying Hyper server builder plumbing * Control graceful...