this post was submitted on 03 Dec 2023
-6 points (28.6% liked)
General Programming Discussion
7806 readers
2 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe producer consumer?
Producer spits out all the messages to send out onto a message queue, fifo or whatever suits u.
Parrallelizable consumers (think deployed containers) listen to queue and execute request, get response and save it
Scale consumer count up or down as you need to deal with ratelimits
What question have you answered?