How to process async jobs in System Design without message ordering?
QuestionAsked68 days ago
Viewed261 times
-1
I'm working on **System Design** and need to process async jobs. I've tried a simple cache layer, but I'm still seeing message ordering.
Context:
- Dataset size: small startup
- Expected output: p95 < 200ms
- Current behavior: timeouts under load
What would be a clean approach here, and what should I watch out for?
asked 68 days ago
I
Isha Singh1600
0 Answers
🚀
Be the first to help!
No answers yet 😶 Share your approach, ask a follow-up clarification, or add a code snippet to help out.