Skip to content

Queue.masterInterval

Grant Carthew edited this page Aug 19, 2016 · 2 revisions

Property Details

Usage: Read Only

Get: False or Number

  • Returns either false or a Number depending how you configured the Queue Options.

Example:

const Queue = require('rethinkdb-job-queue')
const q = new Queue()
let masterInterval = q.masterInterval
// masterInterval === 180

Description

For detail on what the masterInterval value is used for, see the Queue Options document and the Queue Master document.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally