Kushal Das

FOSS and life. Kushal Das talks here.

kushal76uaid62oup5774umh654scnu5dwzh4u2534qxhcbi4wbab3ad.onion

retask development update

This foss.in I managed to have long chats with Jace, Tarique and Mahendra over the design of retask project, a job/task queue for Python.

We discussed about various alternatives available and how they use those in their work. This lead to a more clear picture on requirements beyond my primary use cases.

Now we have asynchronous result communication between job producer and workers. We can also do blocking wait call on a job object (with an optional timeout value) till the worker returns a result.

You can find the code on github, please feel free to play with the examples (tutorials page) and provide suggestions on how to improve.