Open Dav1dde opened 3 months ago
Can you reiterate which services (EnvelopeProcessor
, ProjectCache
, RelayStats
) need access to which Redis pools?
ProjectCache
needs project configsRelayStats
needs all pods (it just exports pool metrics via statsd, we want these stats for all pools)EnvelopeProcessor
needs cardinality, quotas and misc (metric meta)
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.