Benedikt

Results 4 comments of Benedikt

Is there any fix yet? @rosa this seems to happen when starting solid queue but there are no Jobs or too few (< 5) Jobs to claim

Thank you for your reply @rosa In this context, is there currently a built-in mechanism to clean up unused queues created via wildcard patterns? Otherwise, could you advise what's the...

So if I configure ``` production: workers: - queues: "object_*_queue" processes: 1 threads: 1 ``` And then have a Job like that: ``` class ParallelJob < ApplicationJob queue_as do object_id...

Ahh got it, thanks for clarifying, it all makes sense now!