iron-io / iron_mq_php

PHP client for IronMQ.
www.iron.io
BSD 2-Clause "Simplified" License
89 stars 43 forks source link

[feature?] #20

Closed huglester closed 11 years ago

huglester commented 11 years ago

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

treeder commented 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.

huglester commented 11 years ago

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

treeder commented 11 years ago

I made a ticket here that you can watch to get notified: https://github.com/iron-io/issues/issues/71

huglester commented 11 years ago

Thanks, watching :)