peace
❔ Best architectural design choice?
1. Multiple instances of multiple apps, all workers just different apps handle different stages.
2. We need to throttle usage to comply with rate limits of a separate API, we usually have a huge bank 1,000+ so we can pick some out, using the oldest first.
3. Maybe 500 - 2,000 accounts
4. Distributed, so it would be over network
4 replies