Queues ala the AppEngine way with webhooks (or callbacks if you like)
The way AppEngine implemented queues rock. Configure a queue to call an endpoint, stick as many items in the queue as you like and let the endpoint process the queued items in sequence. It's a very nice model to work with.
59
votes
1 comment
-
barranger
commented
Especially if it allows us to bypass the worker role (I forget the exact naming) just to call a url