How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Add Concurrency Control to Backend Workflow Mutations

calendar_today August 5, 2026 person @th18 Tluz domain bubbles

I think one of the most discussed topics here is race conditions and concurrency, I think for advanced apps, Bubble MUST implement a way to protect us from this. Last year I had a customer trying to use Bubble for banking, balance, statements and some web hooks and it was crazy how I could not protect the database from race conditions. I remember we needed to keep a consistency serial number, if we need to start with 01 the next should be 02 and can’t be sent again, and Bubble could not make it safe, I used the method “ :make static “and finally the system had some alternative but most of the

open_in_new Read original post