Skip to content

Queue.limitJobLogs

Grant Carthew edited this page Mar 20, 2017 · 3 revisions

Property Details

Usage: Read Only

Get: Number

Example:

const Queue = require('rethinkdb-job-queue')
const q = new Queue()
let limit = q.limitJobLogs
// limit === 1000

Description

For detail on what the limitJobLogs value is used for, see the Queue Options document and the Job Repeat document.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally