Improve Redis Usage Patterns to Enhance Service Stability #3528
Open
Description
Motivation
- Excessive use of Redis has led to increased load, occasionally causing service interruptions.
Objective
- �Separate the core operations and sub-operations to use different Redis instances, ensuring they do not impact each other.
- Additionally, enable the use of a different message queue for event production and dispatch (e.g., Kafka).
Expected Sub Issue
- An Epic should be created for each objective mentioned above
Metadata
Assignees
Labels
No labels