getsentry / relay

Sentry event forwarding and ingestion service.
https://docs.sentry.io/product/relay/
Other
319 stars 92 forks source link

fix(buffer): Replace spool health check #4055

Closed jjbayer closed 5 days ago

jjbayer commented 1 week ago

The spool health check previously sent a message to the project cache, and thus depended on project cache message handling latency. With the new observable envelope buffer, we can check (cached) capacity directly without involving the project cache or awaiting.

Note: For spool V1, this PR now disables the health check completely.

skip-changelog