Any other kinds of "Task Queue" APIs ?
Posted
by sork
on Stack Overflow
See other posts from Stack Overflow
or by sork
Published on 2010-04-11T22:15:29Z
Indexed on
2010/04/11
22:23 UTC
Read the original article
Hit count: 423
google-app-engine
|task-queue
I'm curious if it's common practice outside of the GAE platform to be able to defer tasks to background workers via webhooks.
I find it particularly useful to speed up the front-end of webapps, by delegating any long process to background tasks.
I'd like to hear about open source software allowing to implement a TaskQueue-like API, with webhooks preferably, if anyone has some experience in this area.
Thanks!
© Stack Overflow or respective owner