Due to a misclick in production, I ran an infinite loop that was blocked by Bubble after few minutes but created 500 000 records.
The peak load was stopped due to the plan limits.
Since then, when I run a back end API workflow, it does not create or update any record in any tables and does not send emails anymore. It looks like something has been disabled.
I cannot see the “backend worklow” API in the server logs
When I run the same workflow in test, it works.
I can see the “backend workflow” API in the serveur log
It looks like in production, it does not enter the “backend worflow” anymore
Is there a settings to enable this ?
I am stuck, and my app is live. Please help
The screenshot posted doesn’t show it was cancelled. The button on the left is to cancel this item to run. When a WF is cancelled, normally they are deleted from the list (same as completed). Like @georgecollier said, pretty sure the Scheduler is paused actually.
I clicked on the button “resume” and the button switched to “pause” !!!..
Mystic
1 day of investigation… all the API workflow were paused and I did not know it, cause I did not pause them, did not even know it was possible. Probably the server was automatically paused to stop the peakload
Finally, I was not able to find a bug in bubble after 2 years of bubbling