Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kekalainen/eloquent-concurrency

Race condition workarounds for concurrent *OrCreate method calls.
https://github.com/kekalainen/eloquent-concurrency

concurrency eloquent laravel

Last synced: 3 days ago
JSON representation

Race condition workarounds for concurrent *OrCreate method calls.

Awesome Lists containing this project

README

        

Race condition workarounds for concurrent [`*OrCreate`](https://laravel.com/docs/eloquent#upserts) method calls.

# Usage

Apply the `CanRunOrCreateConcurrently` trait to a model:

```php