I swear, I'm not picking on you guys!
I found that one of my workflows is always saving workfolders regardless of the state of either checkbox on the maintenance tab. The HDD on my FFAStrans machine filled up over the weekend because the attached workflow's working directory had grown to 300Gb. It did have "keep only failed jobs" checked, so I unchecked it, deleted the files and figured I found the problem. Today I noticed the working directory had more folders in it. I've copied the workflow, checked and unchecked both boxes, reset the workflow and rebooted the machine and the behavior persists.
[solved]Workflow always keeps workfolders
-
- Posts: 106
- Joined: Wed Dec 27, 2017 3:21 am
[solved]Workflow always keeps workfolders
- Attachments
-
- Youtube_copy.json
- (12.9 KiB) Downloaded 307 times
Last edited by crispyjones on Wed Mar 30, 2022 9:17 pm, edited 1 time in total.
Re: Workflow always keeps workfolders
Hey man....are you picking on us?!?!?
Does it happen to all your workflow or is it just this one?
-steinar
Does it happen to all your workflow or is it just this one?
-steinar
-
- Posts: 106
- Joined: Wed Dec 27, 2017 3:21 am
Re: Workflow always keeps workfolders
Just this one. I went through all of the workflow properties after I cleaned out the HDD and that one was the only one that had either box checked. I poked around a bit in the job logs and noticed something. All the other workflow logs have similar file structure with three directories, finished, sys, workflows, and a .json and full_log.json file. The logs associated with this workflow are missing the full_log.json and have additional tmp and log directories. This particular workflow is one of the oldest, has it kept some pre 1.0 function that can't be turned off now?
Re: Workflow always keeps workfolders
Can you please send a couple of the logs?
Re: Workflow always keeps workfolders
Hi crispyjones,
I think I know the reason for this behavior: Can you please not set s_source to nothing? Just remove it and see if it helps.
-steinar
I think I know the reason for this behavior: Can you please not set s_source to nothing? Just remove it and see if it helps.
-steinar
-
- Posts: 106
- Joined: Wed Dec 27, 2017 3:21 am
Re: Workflow always keeps workfolders
AHA! This is all starting to make sense. That choice was a result of a discussion with @emcodem about ending a workflow branch without reporting it to the webui. Removing the s_source line does fix it and keeps the job file from being saved, though I do get the extra line reported to the webui. I also tried the other solution of setting a conditional node with "dispel" checked and that also resulted in an unwanted save of the job file.