bwlang
August 31, 2023, 2:07pm
1
here’s the workflow invocation in question:
I tried with the full workflow form and the new one - same result.
“Invocation scheduling failed because an unexpected failure occurred.”
here’s the relevant history if you want to reproduce this issue:
I was able to schedule the workflow successfully if it did not check the “attempt to reuse jobs” option.
mvdbeek
September 1, 2023, 1:50pm
2
Hey Brad, that’s a nice test case! We’re missing a join condition there, this shouldn’t be hard to fix, I’ll post back when it’s done.
2 Likes
mvdbeek
September 19, 2023, 5:39pm
3
Yes, that was indeed a missing join, sorry that took a while to get to the top of the priorities. Should be fixed in [23.1] Add missing join condition in job search by mvdbeek · Pull Request #16710 · galaxyproject/galaxy · GitHub and is live on usegalaxy.org .
1 Like
bwlang
September 19, 2023, 6:33pm
5
I spoke too soon…
invocation: 93dea09a28f88112
failed on main
1 Like
marten
September 20, 2023, 9:09pm
6
2 Likes
bwlang
September 24, 2023, 9:56pm
7
Looks like this is scheduled properly now.
yay!
However, it seem’s to recalculating everything despite my selection to reuse previous jobs.
Should the job reuse work in this situation?
marten
October 20, 2023, 4:55pm
8
I think it should? Can you reproduce it? Please create an issue on the github repo.