Search code examples
google-app-engineopen-sourcetask-queue

Is there an open-source implementation of Google's Task Queue?


As the title says, I'm wondering if there's an open-source, drop-in replacement for Google's Task Queue. The closest I've been able to find so far is celery, but that's not really what I'm looking for.


Solution

  • AppScale includes a TaskQueue component, but whether it is drop-in will depend where you drop it.