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

Broker acquire should not use promise

brandoncarl opened this issue · comments

Use of promise can introduce process.nextTick issues that cause updates to be delayed under heavy computational load.