Skip to content

Commit

Permalink
fix locks for sqlsrv queue
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Feb 6, 2020
1 parent 14972d5 commit 5868066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/DatabaseQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ protected function getLockForPopping()
return 'FOR UPDATE SKIP LOCKED';
}

return 'FOR UPDATE';
return true;
}

/**
Expand Down

0 comments on commit 5868066

Please sign in to comment.