You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the application I am operating, there has been a sudden increase in heap memory usage.
I checked the dump and found that tasks are being added to the queue to handle failures.
These tasks are supposed to be removed from the queue once their execution is complete and error status is checked.
However, I am not sure why the tasks are not being processed and are just piling up.
Do you have any insights on this matter?