Refactor queue locking to not use select for update
The test suggests this works. fixes #622
This commit is contained in:
parent
278bc736e3
commit
a994b367da
4 changed files with 103 additions and 18 deletions
|
@ -5,3 +5,4 @@ export TROLLIUSDEBUG=1
|
|||
|
||||
python -m unittest discover -f
|
||||
python -m test.registry_tests -f
|
||||
python -m test.queue_threads -f
|
||||
|
|
Reference in a new issue