Last night while testing i messed up and accidently set off an infinitely recurring workflow. This proceeded with a workflow creating about 5000 DB rows.
Luckily i had the Infiinite recurrsion protection setting set to 10k which worked.
I was able to fix my mistake but then when i tried to test it again nothing happened… So i tried it again later and nothing. I figured becuase i hit the limit maybe i need to increase it for now so iset it to 50k but still nothing.
Then i thought maybe i bugged out that backend workflow so i made a test page with an entirely new basic backend workflow that just creates a row in the DB and i got no result.
I checked the server logs and whats happening is the “schedule an API” event is being triggered but the “create a new thing” action does not run so i can see the server log showing the api run but in the Database there is no new row.
I did put in a ticket with bubble and they said a specialist team will look at it tomorrow but i thought i’d post this here to see if anyone has or will run into the same issue.
Cheers