So sometime in the past couple of days, some change was introduced to how automation runs parallel processing.
- I’ve got a bot that writes an automation trigger to a set of records; you can see the edits come into the data source when the bot runs, and everything USED to run in parallel.
- But over the past 48 hours I’ve observed this has stopped, and now every single execution of a group of things seems to completely run in sequence.
- FYI: I’m on an enterprise license for this app.
Meaning things now progress in the following manner:
- Process record 1 of 52… wait… wait… wait… done.
- Process record 2 of 52… wait… wait… wait.. done.
- Process record 3 of 52… wait… done. (Ooo, that one was faster than the rest.)
- Process record 4 of 52… you see the problem?
These used to run in parallel, suddenly they’re not.
So things went from:
- Client: I’ve got a bunch of stuff that needs to be process; like 50 or more.
- Me: Hey you need to process 50 of these things.. no prob. 20 seconds or less.
To:
- Client: I need to process 50 things.
- Me: Oh sure we can accomplish that; it’ll take some time for the system to systematically work it’s way through the data, crunch things, get all the processing you want done for each individual thing. But we might be able to setup some sort of system that could alert you when it finishes; so you could go eat lunch for 30 minutes, and come back and your things would be processed."
Meh…
What sucks is the team I’m working with were LITERALLY ready to show our project to potential investors tomorrow… but now… well… it takes half an hour to do something that we told them was done in minutes… so…

- Okay, that’s a bit dramatic…

But I hope you feel my sentiment. I did nothing on my end; the bot has been the way it has been for at least a week or more - running in parallel, processing 50 or so records in less than 20 seconds. It was amazing!
I hope this was just some oversight or something, and not a platform-wide shift.