Skip to content

Queue.masterInterval

Grant Carthew edited this page Sep 15, 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 === 15552000000

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