getsentry / relay

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

Redis: One Pool per usecase #3829

Open Dav1dde opened 1 month ago

Dav1dde commented 1 month ago

We should split the Regex pools into multiple pools, one per usecase:

The configuration should accept the config we already have and use that to configure each pool with these values or share the same pool for all usecases (tbd).

Additionally the config should accept a config for each pool with different configuration values.

loewenheim commented 1 month ago

Can you reiterate which services (EnvelopeProcessor, ProjectCache, RelayStats) need access to which Redis pools?

Dav1dde commented 1 month ago