|
|
|
|
|
by hoppp
30 days ago
|
|
I've been writing distributed workers for ages with stored functions that have a SELECT FOR UPDATE query. When workers query the db for jobs the rows get locked by the select and there are no race conditions or duplicate assigned jobs |
|