-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature req: Add 'Cleanup' button to clean up failed plots #7
Comments
Hi! I just released v0.2 which adds a 'Kill' button to the WebUI for plots. It invokes Plotman's kill function which actually does clean-up all associated temp files for the plot being killed. Sound good? |
Closing this as 'Kill' button to clean up a plots temporary files is sufficient for now. |
Re-opening as there is case where a restart of container without Kill of plots first leaves temp files behind. Perhaps this check could be tied into the 'Plot On!' button to check/confirm/delete before starting a plotting run again. |
I've added a cleanup of any stale *.tmp files in temporary storage locations when starting Plotman in Machinaris AND no current plotting jobs are running or stopped. Will be available in Machinaris test version later today, then full release next week or so. Thanks! |
Stale *.tmp files don't get cleaned up in tmp2 directory which results in the plotter not starting. |
Merge Achi from develop to integration
Add a button that cleans/empties drives/folders used for plotting.
This is especially useful when you update docker or restart it and need to restart plots that is then marked as failed and is just taking up space on the HDD's.
The text was updated successfully, but these errors were encountered: