I looked through the issues but the only "fix" I found was deleting the queue which doesn't make sense to me.
Basically I have some code that puts records into my file type queue, then later get() them and if the task they are used for is successful I do a task_done on the appropriate queue, but qsize is still reporting as 2 even though I have done a get() on both those records.
I looked through the issues but the only "fix" I found was deleting the queue which doesn't make sense to me. Basically I have some code that puts records into my file type queue, then later get() them and if the task they are used for is successful I do a task_done on the appropriate queue, but qsize is still reporting as 2 even though I have done a get() on both those records.