django-q
                                
                                 django-q copied to clipboard
                                
                                    django-q copied to clipboard
                            
                            
                            
                        Support for multiple long running tasks asynchronously and stop particular task
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