Hacker News new | ask | show | jobs
by ecesena 4124 days ago
Does anyone know how this compares to celery?
1 comments

http://www.celeryproject.org/ celery is a Distributed Task Queue. Pinball has the concept of workflow and in a workflow there are many jobs. Pinball handles helps translate a lot application logics like workflow, schedule, jobs into its system, and provides a lot function for end user to manage their workflow jobs.

We do compare Pinball with Apache oozie and azkaban when we start this project.

Thanks for the details! I will look into these resources.