Skip to content
Grant Carthew edited this page May 3, 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.

A great discussion on Kue about rate limiting.

DBWRKR Project

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

Change Events argument to an object with job properties.

The events returned by the Queue object could contain more detail about the job. I suggest changing the event returned argument to be an object with many properties for all events.

Cron Scheduled Jobs

Watching this Bull issue for interest.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally