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
As the title sez: Nodes not removing temp folder and files after manual cancel of a job.
This happens when ever the user is using local cache folders, instead of server mapped cache folder, when the job is cancelled from the UI, the node doesnt remove the temporary files and folders, resulting in a full drive and the node automatically spitting out all jobs as failed.
The node doesnt stop when the there is no space left.
And the server also doesnt stop sending jobs to the node.
Possible solution:
The node should do a free disk space check on a interval, if there is no space left the node should auto pause and an warning should be shown on the webUI
Also the node should delete the temporary files and folders when a job is manually cancelled through the webUI.
The text was updated successfully, but these errors were encountered:
As the title sez: Nodes not removing temp folder and files after manual cancel of a job.
This happens when ever the user is using local cache folders, instead of server mapped cache folder, when the job is cancelled from the UI, the node doesnt remove the temporary files and folders, resulting in a full drive and the node automatically spitting out all jobs as failed.
The node doesnt stop when the there is no space left.
And the server also doesnt stop sending jobs to the node.
Possible solution:
The node should do a free disk space check on a interval, if there is no space left the node should auto pause and an warning should be shown on the webUI
Also the node should delete the temporary files and folders when a job is manually cancelled through the webUI.
The text was updated successfully, but these errors were encountered: