Hi Harsha Raj
These kind of errors occur when your task queue is over loaded or it went to a kind of recursion state.
When this occurs, we need to restart the server.
To avoid this
1. Check your logic in the task queue whether any scenarios for any tasks would be on the queue permanently. If yes need to rewrite that logic.
2. There are task queue overview and cleanup microflows. Provide a screen to check all the pending tasks and also an action to clean those on MxAdmin page. This will eliminate the need of restart of the server.
Regards
Ajay
Yes Harsha,
We were facing similar issue in our app.
We have written custom logic to retrieve all the QueuedTasks from app (entity is System.QueuedTask) and provided actions to clean by deleting those tasks.
Alternatively you can use this marketplace module
Mendix Marketplace - Task Queue Helpers
Regards
Ajay