Right now, when you have a bunch of discarded jobs that are part of a sequence, you need to retry them one by one manually; otherwise, all of them run at the same time if capacity is available. It would be nice if "Retry" kind of re-adds the job to the sequence, so you can retry many of them at the same time without skipping the sequence behavior