with sms blasts, we have to loop over all the members and make an API call to Twilio for each of them. This is rather slow, and might actually be slower than 30s, at which Heroku will cut out call off. We should probably move to something like Ironworker, so we can move to one simple API call that handles everything else.
with sms blasts, we have to loop over all the members and make an API call to Twilio for each of them. This is rather slow, and might actually be slower than 30s, at which Heroku will cut out call off. We should probably move to something like Ironworker, so we can move to one simple API call that handles everything else.