DEV Community

Aayushi Vaghasiya
Aayushi Vaghasiya

Posted on

queue for bookings which can be used with nest js

I'm currently working on a project that involves a booking system. However, I've encountered an issue related to oversold bookings. Specifically, when two users attempt to book the same tickets simultaneously, the system sometimes ends up selling more tickets than available (e.g., selling 6 tickets when there are only 5).

Top comments (0)