Closed bhaidar closed 8 months ago
Hello,
How could I run the pop() method on the queue?
I call an Endpoint on my app via the push subscription whenever a new job is pushed to the queue.
This endpoint receives the job and runs it immediately.
Shall I instead run queue:work command?
php artisan queue:work --queue=pubsub --once
Thank you Bill
Hello,
How could I run the pop() method on the queue?
I call an Endpoint on my app via the push subscription whenever a new job is pushed to the queue.
This endpoint receives the job and runs it immediately.
Shall I instead run queue:work command?
php artisan queue:work --queue=pubsub --once
Thank you Bill