Jethro Gillgren
Results
2
comments of
Jethro Gillgren
If you can fall back to plain RQ, you don't need to pre-specify the queue names. https://python-rq.org/docs/#on-the-design If we find an answer it'd be great to also update https://stackoverflow.com/questions/56424823/auto-creating-queues-in-djangorq
Glad it's working! For reference we used `weave` networking with the above config but not specifying the `agent.host.interface`, and it's working OK too. ``` agent: host: interface: weave iptables: true...