Skip to content

Queue Events

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

Description

Event Description
ready The Queue object is ready
added Job has been added to the queue
active Job status has been changed to active
processing Job is being processed
progress Job progress has been updated
log Custom Job log entry has been added
paused Queue object has been paused
resumed Queue object has been resumed
completed Job processing has been completed
cancelled Job has been cancelled
failed Job has failed processing
terminated Job has failed and will not be retried
removed Job has been removed from the queue
idle Queue is not processing jobs
reset All jobs on the queue have been removed
error An error has occurred
reviewed Queue Master review process has completed
detached RethinkDB connection pool has been drained
stopping Queue is stopping
stopped Queue is stopped and detached
dropped Queue database table has been dropped

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally