django-q icon indicating copy to clipboard operation
django-q copied to clipboard

Support for multiple long running tasks asynchronously and stop particular task

Open dharanee15 opened this issue 3 years ago • 0 comments

Hi,

I'm looking for a function/s in the Django-q which can be used that satisfies below requirements:

  • Able to fire multiple tasks (long running) asynchronously

  • Able to stop particular task running in q-cluster

I found Async_task function which is able to fire multiple tasks asynchronously but unable to stop the running task in q-cluster. So need help to find out a way.

Thank you

dharanee15 avatar Nov 09 '21 11:11 dharanee15