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
I'm only just realizing that to delete a job output folder in Digital Ocean, it moves folders into "pending destruction state," which then takes 2 calendar weeks before it actually deletes. This means that even through the DigitalOcean API, jobs are stuck in "deleting" mode
Thus, I think it would help to have a command that would effectively run:
cloudexec pull --job XXX output # pulls output directory
cloudexec clean --job XXX # removes all files from that job
It would mean every time a job finishes, we can immediately pull the output, and start a process deletion which doesn't allow the state to grow so crazily.
The text was updated successfully, but these errors were encountered:
I'm only just realizing that to delete a job output folder in Digital Ocean, it moves folders into "pending destruction state," which then takes 2 calendar weeks before it actually deletes. This means that even through the DigitalOcean API, jobs are stuck in "deleting" mode
Thus, I think it would help to have a command that would effectively run:
It would mean every time a job finishes, we can immediately pull the output, and start a process deletion which doesn't allow the state to grow so crazily.
The text was updated successfully, but these errors were encountered: