Refactor queue locking to not use select for update

The test suggests this works.

fixes #622
This commit is contained in:
Matt Jibson 2015-11-03 11:32:28 -05:00
parent 278bc736e3
commit a994b367da
4 changed files with 103 additions and 18 deletions

View file

@ -5,3 +5,4 @@ export TROLLIUSDEBUG=1
python -m unittest discover -f
python -m test.registry_tests -f
python -m test.queue_threads -f