Skip to content

Job.update

Grant Carthew edited this page Sep 19, 2016 · 16 revisions

Description

This method is one of the most powerful methods within rethinkdb-job-queue. It enables you to customize an existing job in the queue any way you like.

Here is a short list of possible uses for Job.update.

  • Re-running a completed, cancelled, or terminated job. See Job Editing.
  • Adding more data or detail to a job.
  • Removing data or properties from a job.
  • Fixing job processing.
  • Disable a job. See Disable Job.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally