[DONE] Experiencing Major Automation Delays Wed Nov 5th, 2025 - no throttle warnings

On Wed Nov 5th, 2025 I built several new automations for a client to execute some very simple actions.
When a “next step” date field was changed, the automation adds a record to a related Tasks app.

We run flows like this all the time without issue.

Triggers to test started at 12:13PM but no items were created. I spent a long time reviewing the flow filters and troubleshooting with much frustration.
Checking the Org Automations Dashboard we saw 0 running, 1 scheduled, but none showing as throttled in the runs menu.

Even when trying to trigger the flow to run manually, nothing would happen. We wouldn’t even see a ‘scheduled’ run in the system. It looked like Automations simply weren’t running or responding at all.
We could however create, edit, and save new automations with no issue. They just wouldn’t work or appear to trigger.

Suddenly at 1:38PM (over an hour later) all the tasks were suddenly created by the flow.

Now later in the day, we have other previously existing flows that the client relies on, but they are not running when expected.
All trigger/filter criteria are met. But no throttle or scheduled runs appear in the logs. After waiting over 30 minutes (3:14pm until 3:46pm) the automations finally ran.

We’ve never before seen this behavior with such a long wait time but no visible data on throttled flows.
Is anyone else seeing an issue like this?

Here’s a short Loom Video example showing what’s going on.
Luckily in the video the delay time was down to just a few minutes…but still strange compared to past results we are used to seeing.

I recommend checking out @Jason Tape Alert. It can help you manage your Tape error notifications.

2 Likes

I did realize that we had made some calculation field table updates on an app that was cloned with >10k items…so maybe those calculations slowed things down.
But either way, we would expect to see the workflows had been triggered and were just in a scheduled or throttled stage (I thought that’s what it’s done before)
Therefore I still think there’s a bug or something weird happening. We’ve seen flows work normally for a bit, then slow down to ~30 min delay 4 or 5 times in the last 24 hours now

I think I had a conversation with Leo about this a while back and the calculation field updates (which i believe still trigger record update webhooks @andrew.cranston has flagged before) and the on record changed checks:


are ‘hidden’ automations but count therefore they sit in your queue with no visibility :frowning: potentially slowing down the ‘visible’ ones. I think (although I could be wrong) that Tape added some sort of logic that when there is a mass of the invisible automations in the queue then it pauses the hidden and allows some of the non hidden through.

Also if you still have record update triggers set to Any field you are adding to the ‘invisible’ queue on every record following a calculation field update therefore you are getting to the end of the invisible and then running some normal but adding to the invisible which on over 10k records can get in a right mess with little visible reason for the delay (can you tell i’ve been there :wink: )

Leo can explain it way better than me

I am definitely not saying this is not a bug but I find a reason often helps that ‘OMG whats going on feeling’

4 Likes

Thanks to @Jason who understood and described the issue spot on, and to @Tim who jumped right in and worked with me via DM to get this understood and resolved.

Definitely an issue that was caused by my user actions. But some ‘hidden’ filtering actions of the flows and the breaking of automation rules when duplicated made it tricky to pinpoint.

I will be very careful to not clone workspaces with thousands of items, and then keep the cloned automations active when making calc field changes in the future.

3 Likes

Indeed, as @CarsonRedCliffLabs reported, there was an issue with the automation trigger where in some scenarios the selected field(s) to trigger on were lost when an app / workspace was duplicated, affecting the hosted duplicated workflow automations.

We have resolved that issue and the fix is live, so this should reduce the chances for that scenario to reappear in the future.

Happy weekend
Tim

2 Likes