Closed kdocki closed 2 months ago
Hi there,
Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:
However, this issue will not be locked and everyone is still free to discuss solutions to your problem!
Thanks.
Laravel Version
11
PHP Version
8.2
Database Driver & Version
No response
Description
I'm trying to make some queues in Horizon that I can manually control the handling of jobs with using Queue::pop('queue-01') instead of a worker in horizon handling it. I'd like to still be able to see the count of that queue in the horizon dashboard.
Steps To Reproduce
Make some supervisor settings in config/horizon.php
Now run php artisan horizon and you'll see there is a process running for these queues. I would expect no processes to be running.