Skip to content

Queue.db

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

Property Details

Usage: Read Only

Get: String

  • The currently configured db or database name for the Queue object.

Example:

const Queue = require('rethinkdb-job-queue')
const q = new Queue({ db: 'JobQueue' })
let currentDb = q.db
// currentDb === 'JobQueue'

Description

For detail on what the db 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