Queues are created on the fly whenever someone POSTs to the endpoint the first time. When a queue is emptied the queue reference still remains and the only way to clean this up at the moment is to restart the process.
It would be nice to remove references to empty queues either after each "complete" operation or periodically.
Queues are created on the fly whenever someone POSTs to the endpoint the first time. When a queue is emptied the queue reference still remains and the only way to clean this up at the moment is to restart the process.
It would be nice to remove references to empty queues either after each "complete" operation or periodically.