Skip to content

Queue.host

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

Property Details

Usage: Read Only

Get: String

  • The currently configured host address for the Queue object database.

Example:

const Queue = require('rethinkdb-job-queue')
const q = new Queue({ host: 'db01.company.com' })
let currentHost = q.host
// currentHost === 'db01.company.com'

Description

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