Skip to content

Queue.jobOptions

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

Summary

The Queue jobOptions property is used to define the default options for new jobs created with Queue.createJob. You do not need to change the default job options using this property. Only use it if you are not happy with the builtin defaults.

Read Write Syntax

Queue.jobOptions = {}

Requires: A JavaScript object populated with the new job options.

const defaults = Queue.jobOptions

Returns: The current default job options as a JavaScript object.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally