React PHP API Throttling #498
Replies: 1 comment
-
@arunnabraham thanks for bringing this up 👍 There already have been a few discussions about this in clue/reactphp-mq#14, clue/reactphp-flux#17 and clue/reactphp-mq#26. I think @clue's quote here brings it straight to the point:
Any ideas on how we can achieve a reusable implementation for this are welcome! |
Beta Was this translation helpful? Give feedback.
-
I would like to know whether we able to do easy API throttling? I saw the doc says that could be done with MQ.
https://github.com/clue/reactphp-mq.
So is there a way that we can hard limit the api calls to a defined number? Let me know if we can build a mechanism for let say like 4 apis to call at once. but throttling would be like 20 req/sec
Beta Was this translation helpful? Give feedback.
All reactions