<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>laravel horizon: not all queues visible</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/620 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="620"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;div class="section" id="problem"&gt;
&lt;h1&gt;Problem&lt;/h1&gt;
&lt;p&gt;Our laravel horizon instance did only show one queue, while I definitely dispatched some jobs on a second queue.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="solution"&gt;
&lt;h1&gt;Solution&lt;/h1&gt;
&lt;p&gt;My &lt;tt class="docutils literal"&gt;.env&lt;/tt&gt; file had &lt;tt class="docutils literal"&gt;QUEUE_DRIVER=sync&lt;/tt&gt;, so horizon showed only sync'ed jobs, and no redis queues at all.
Because I manually dispatched jobs on a non-default queue, they used redis, despite the &lt;tt class="docutils literal"&gt;QUEUE_DRIVER&lt;/tt&gt; setting.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/620/rev-raw/3548b1e702d1a682765ee0f9125caf6b78e223cd/README.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/620#README.rst"&gt;README.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
