jbiancam1 My virtual machine disk just filled up today and the culprit ended up being the temp directory being filled with old runner files dating back to when I installed it. I ended up pausing processing and when the active stuff finished just did a hard sudo rm -dR ./* on the temp folder. After restarting it I see no issues. So is the baked in cleanup more than a week or so? Or am I having some other issue I need to look into further?
reven there should be a cleaner that cleans up old files/directories from that. but obviously it didnt run correctly. create a ticket for it on github and ill see if i can fix it for the next release.
reven turns out i never actually created this worker... I just added one, will clean up that directory (directories if using external nodes at 5am)
jbiancam1 reven Not existing is definitely a good reason to not have been running. Thanks for looking into it.