Custom Worker implementation on Laravel 6 #37059
-
Hi I am on a migration phase from 5 to the latest versions, and currently facing the below issue on Laravel 6.
So i added the below block to AppServiceProvider
I am aware that $app['queue.worker'] injects Illuminate\Queue\Worker during the bind in the above code
I am not sure how do i resolve this. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So i made progress by resolving the bound custom worker in WorkEnvironmentCommand class
But next i get error
Where and how should i pass this $isDownForMaintenance? |
Beta Was this translation helpful? Give feedback.
So i made progress by resolving the bound custom worker in WorkEnvironmentCommand class
But next i get error
Where and how should i pass this $isDownForMaintenance?