taipy
taipy copied to clipboard
Investigate using queue without lock
In standalone job execution mode, when get and put item into queue, we are using a lock.
However, python Queue() is already thread safe (as mentioned in their doc.
Investigate if we can safely remove our lock.