Closed huglester closed 11 years ago
Hi @huglester , that's not currently possible, there is no rate limiting feature at this point, but it's definitely on the roadmap.
Thank you @treeder for the information. Will keep watching this repo for this feature to appear :) Issue probably could be closed if it's on the roadmap
I made a ticket here that you can watch to get notified: https://github.com/iron-io/issues/issues/71
Thanks, watching :)
Hello,
we are trying to build a system. where for example a user wants to send 10.000 invoices.
We want an array of 10.000 subjects/messages be posted to the IronMQ.
Later we want IronMQ only send 1 message to every subscriber, and only after the response (200) 2nd message would be sent to the same subscriber. since now we see that a lot messages get POSTed back to subscribed at once. Maybe at least we can set up the limit to 1-2 request or something?
Is that doeable with IronIO ?
Thank you