educative.io

About the race condition on many drivers accepting a single customer request

Approaches for handling race condition on many drivers accepting the same request.
In a scenario where 2 or more drivers accept the request simultaneously. Only a single driver can be assigned at a time and other drivers should get an error message that request is no longer valid.

1 Like