Skip to content

Job.setRetryDelay

Grant Carthew edited this page Sep 30, 2016 · 2 revisions

Method Signature

Job.setRetryDelay(retryDelay)

Parameter: retryDelay Number

  • The new retryDelay value for the job in milliseconds.

Returns: Job Object

Example:

job.setRetryDelay(6000000)

// or

q.createJob().setRetryDelay(6000000)

Description

The Job.setRetryDelay changes the current retryDelay value assigned to the job.

See the Job Options document for more detail.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally