pricingassistant / mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent
MIT License
877 stars 117 forks source link

Task callbacks #6

Open sylvinus opened 10 years ago

sylvinus commented 10 years ago

Have a task called with the results of a group of task when they finish (success/failed?)

sylvinus commented 9 years ago

This won't be in the 1.0 API, left to the users to implement for now. Maybe add a cookbook in the doc until then?

sylvinus commented 9 years ago

Have a look at https://github.com/openstack/taskflow

sylvinus commented 6 years ago

Also https://airflow.apache.org/