Backend Workflows not Working AT ALL

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

Have you maybe paused all your Scheduled workflows?

:backhand_index_pointing_up: that one really should be communicated more clearly in the editor. I’ve made a mess out of things pausing scheduled workflows and then forgetting all about it.

@tarasmuzon @petter

Thanks to you both for the responses.

YES this was the issue. I must have panicked pressed it when my app was in a recursion loop and then forgot to press it back.

Cheers!

1 Like

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