laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Include sleep option in queue config

Open chr15k opened this issue 1 year ago • 0 comments

This PR exposes the sleep argument for the queue:work command. The motivation behind this change is to reduce the delay between dispatching an asynchronous job and a worker picking it up. This delay can create a noticeable lag in the UI, which I'm currently experiencing. In my case, setting sleep=0 resolves the issue.

chr15k avatar Apr 22 '25 23:04 chr15k