I am running some jobs on the RAP which stop right away (with Done status) without actually producing any output. When trying to inspect the log it references older jobs with a different ID "Output reused from job-...". It seems that these jobs are trying to reuse cached results from older ones, but I don't know where that cache is and how to flush it. I would like to actually re-run those jobs. I cleared all outputs from previous runs and also tried to change the value to dx argument --name to the newly submitted jobs but that did not work. Is there any way to change this behaviour?
Comments
2 comments
Yes, you can use --ignore-reuse. See the full spec by running dx run -h which has more option on which to ignore.
Indeed, this seems to be doing the trick. Thanks, Chai!
Please sign in to leave a comment.