Skip to content

Commit

Permalink
Merge branch 'feature/concurrency-enhancements' of github.com:avocet-…
Browse files Browse the repository at this point in the history
…shores/laravel-rewind into feature/concurrency-enhancements
  • Loading branch information
jared-cannon committed Jan 24, 2025
2 parents 8503fa3 + b5b1870 commit 6482274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Listeners/CreateRewindVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public function handle(RewindVersionCreating $event): void
} catch (LockTimeoutException) {
// If we cannot acquire a lock, something is most likely wrong with the environment
$this->handleLockTimeoutException($model);

return;
} finally {
optional($lock)->release();
Expand Down

0 comments on commit 6482274

Please sign in to comment.