brandoncarl / taskco

TaskCo is a Redis-backed node.js library for creating background jobs, placing them on multiple queues, and processing them later.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasks are returning LIFO instead of FIFO for same priority

brandoncarl opened this issue · comments

Due to revrange in sortedPop. transport will need to be responsible for storing priority in a way that facilitates popping.