Skip to content

Job Options

Grant Carthew edited this page Aug 12, 2016 · 30 revisions

Summary

To carry out processing data using rethinkdb-job-queue you need to create Job objects. These Job objects are created by using Queue.createJob. When a job is created there are four options available for you to customize how the job is processed within the queue.

Priority Option

The priority option allows you to control the order of processing for the jobs in the queue.

There are seven priority values as follows:

Name Value Description
lowest 60 The last jobs to get processed
low 50 Not as important and a typical job
normal 40 The default job priority
medium 30 For more important jobs
high 20 Need to be processed first
highest 10 These jobs will be processed before all others

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally