DelegateIt / OrderAPI

The backend API for all of the DelegateIt clients
3 stars 0 forks source link

Send a text when an order is claimed #121

Closed georgeaf99 closed 8 years ago

georgeaf99 commented 8 years ago

NOTE: this would require traversing the entire delegator table and making a Twillio API call for every entry

georgeaf99 commented 8 years ago

@xuset this seems like it might be a little too much to put on the critical path of assign_transaction. Do you think it would be a good idea to wait until we get celery?

xuset commented 8 years ago

I think it's fine as long as it happens after the db save