Skip to content

Queue.changeFeed

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

Property Details

Usage: Read Only

Get: Boolean

  • Returns true or false depending on if the change feed has been enabled or not.

Example:

const Queue = require('rethinkdb-job-queue')
const q = new Queue()
let feedEnabled = q.changeFeed
// feedEnabled === true

Description

For detail on what the changeFeed value is used for, see the Queue Options document.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally