mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-17 23:09:14 +01:00
next_transid tasks don't respect queue selection very well, because
they effectively end up spinning in a loop until all other worker
threads become busy.
Back this out, and fix the priority handling in the Task library.
This reverts commit 58db4071de.