|
|
|
|
|
by probablybroken
2515 days ago
|
|
I'd usually use a queue + worker for this purpose.
You will have to work out how to deal with old requests, backlogs, etc.. But then, if you are considering effectively forcibly making requests time out to internal servers, you will also need a strategy for handling that, retries, etc. |
|