-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
2.6
-
False
-
-
False
At this moment, we do not have any easy way to monitor and cancel tasks at WebUI, if a task stay in running state for a long period, we do not have an option to check it and delete it.
To workaround, it, we are dropping the raws from running state and restarting the task pod.
delete from scheduler_syncjob where status = 'running' and type = 'Parse job data';
systemctl --user restart automation-dashboard-task