What problem does your feature request solve?
When actually using the workflow with the new graphing, the automatic retrigger has proven not to be helpful, as it is very rare for the issue to actually be an out of memory. Furthermore reducing the parallelism makes the task very slow to finish, as often the issue will cause all tasks to fail.
Finally, the implementation of the reduced parallelism is complex, requiring mucking about in the rose_bunch database. If we can remove that it would be good.
Describe the solution you'd like
Don't automatically retrigger, and don't reduce the parallelism on a retrigger. The user can set the directives appropriately when retriggering if needed.
Describe alternatives you've considered