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

Consistent verbiage needed on tasks and transports

brandoncarl opened this issue · comments

  1. Should change all "job" references to "task" for consistency.
  2. "Transports" should be called "Stores": using "Transport" was a mistake from the beginning. A transport typically refers to a multiplicity of services. Store is a more appropriate word.