replace scan_manager deques by queues
Don't think there is a need for deque in scan_manager's storages (scan_items, queue_items, request_items). Using Queues could simplify the threadsafety.
Don't think there is a need for deque in scan_manager's storages (scan_items, queue_items, request_items). Using Queues could simplify the threadsafety.