Hacker News new | ask | show | jobs
by maoyesf 4124 days ago
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.

1 comments

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