"Workflows could not run because too many events triggered at the same time"

Hi everyone,
I’m working on a project that was previously up and running, but since yesterday I’ve been experiencing some bugs that prevent certain workflows from running.

I’ve reviewed the page and there don’t seem to be many events running at the same time. However, it looks like some basic conditionals (e.g. “checkbox is checked”) are incorrectly blocking workflows, as they don’t seem to be evaluated properly.

what do you see when checking your logs?

1 Like

Hi Efe,

Thank you for your reply, the workflows run in the client-side, so no logs can be found.

Check if a plugin is involved. It could be looping and triggering the error.

1 Like

Ty @ihsanzainal84 . There are 2 workflows that run at the same time in the client-side.
1- Page load: send data to a plugin
2- Do every 10 seconds: upload an image

However, I have removed/disabled both and the issue persists.

Hi everyone, quick update: this appears to have been a browser-related issue on my end. I tried using incognito mode and everything works perfectly now.
Thanks for your help!

2 Likes

Great that it works in incognito :smiley: Did you manage to isolate the problem?

I assume your uploading the images through a plugin every 10 seconds?

Hi @ihsanzainal84, I didn’t isolate the problem.

Yes, it’s for uploading images every 10s. Have you experienced smth similar to it?

This topic was automatically closed after 14 days. New replies are no longer allowed.