Summary
Is there a way to clean the private tables ?
We need to create queues during the lifetime of our application. When a new queue is created, an older queue becomes useless. Is there a way to remove it from the _private_tasks table?
Additional context
We need to target some consumers for some jobs, and the forbidden flags mechanism is not very practical (we would need the allowed flags version). The best way we have found is to create queues listened only by the target consumers (which are temporary).
Summary
Is there a way to clean the private tables ?
We need to create queues during the lifetime of our application. When a new queue is created, an older queue becomes useless. Is there a way to remove it from the _private_tasks table?
Additional context
We need to target some consumers for some jobs, and the forbidden flags mechanism is not very practical (we would need the allowed flags version). The best way we have found is to create queues listened only by the target consumers (which are temporary).