Skip to content

Queue.removeFinishedJobs

Grant Carthew edited this page Sep 15, 2016 · 4 revisions

Property Details

Usage: Read Only

Get: Boolean or Number

Example:

const Queue = require('rethinkdb-job-queue')
const q = new Queue()
let rfj = q.removeFinishedJobs
// rfj === 15552000000

Description

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