Skip to content
Grant Carthew edited this page Feb 22, 2017 · 11 revisions

Description

This document is just a place to drop some ideas for future development.

Save jobs to files

This popped up on a Kue issue. Interesting idea. Add an export option to the Queue object.

Rate Limiting

Saw this on a Bull PR to add rate limiting. Would be a good addition.

DBWRKR Project

Found this: https://github.com/whyhankee/dbwrkr It's a shame it was not around before I started work on the queue.

Add Job.name to the arguments returned by the Events.

This was a feature I didn't think about adding when the name feature was added to jobs. Could be handy to have the job name in the returned events. This would probably change the public API though so would need some thought.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally