Reece, try changing your workflow to a recursive system. If the amount of time it takes to process the full list reliably doesn’t matter as much, then this is the way to go. You’ll only need as much capacity necessary to process one item at a time since that’s how it would run.