How to clean up task queues

0
Hi All, We have created one task queue (1 thread per node) and we are using it in our app. But if any task got an error and it is stucking in the queue and the same task is being executed even after the restart and again getting stuck. How to solve this problem  
asked
1 answers
0

I would go through the task queue mechanism see https://docs.mendix.com/refguide/task-queue/

 

Additionally, maybe marketplace options might also help. See Task Queue Helpers as suggested in the above documentation or others.

You can also have a look at the custom runtime settings in order to cleanup tasks.

Finally, would suggest to handle the error within your mendix microflows?

 

Let me know what worked!

 

 

answered