Please help me debug - "Workflows could not run becayse to many events triggered at the same time."

I’m getting this error, I’m finding it really hard to pin down exactly what is causing it. I’ve read all other forum posts related to this and still can’t seem to fix it. It’s affecting both test and live.

Is there a way to determine which workflow might be causing this from the error in the console?

image

Any help is appreciated.

1 Like

Hi there
Starting with Bubble’s pie chart to digest some of the workflows would be a step into debug. It is under logs → App Metrics

To this day doesn’t provide much granularity in terms of debugging performance imo, and is also buggy from time to time but it definitely can be helpful.
Maybe looking at the Server logs by filtering some of the heavier actions like something triggered on a List or other triggers that can take a chunk of performance and fail to execute

Also going through manual understanding of the performance on Bubble side: Performance | Bubble Docs
Hard limits | Bubble Docs
Hard limits | Bubble Docs

1 Like

Look for errors in the workflows, broken or missing conditions. I’ve usually found this happens when a condition is missing, your tri
Ting to run a custom event that’s been deleted or is missing parameter.
Sometimes the debugger won’t show the issue if your not on the page.

1 Like