This splits the calls into 2 reads, one for tasks with no priority, another for tasks
with priority. If tasks with priority are detected, they are routed to dedicated
`save_code_now:` prefixed named queues (per task type).
todo:
- update tests on priority grabbing maybe, probably...
Related to T3084