BullMQ Proxy
  • What is BullMQ Proxy
  • Getting started
    • Architecture overview
    • Using Dragonfly
  • HTTP API
    • Authentication
    • Queues
      • Adding jobs
        • Retries
        • Delayed jobs
        • Prioritized
        • Repeatable
        • LIFO
        • Custom Job IDs
      • Getting jobs
      • Queue's actions
      • Reference
    • Workers
      • Endpoints
      • Adding workers
        • Concurrency
        • Rate-Limit
        • Removing finished jobs
        • Stalled jobs
        • Timeouts
      • Removing workers
      • Getting workers
      • Reference
    • Jobs
      • Jobs' actions
        • Update job progress
        • Add job logs
      • Reference
    • Configuration
    • Debugging
Powered by GitBook
On this page
  1. HTTP API
  2. Workers
  3. Adding workers

Timeouts

It is possible to define a timeout for the workers so that if the job takes more time than the one specified in this option, the http call to the endpoint will be aborted.

The worker will merely request to abort the call, and it will be the endpoint's responsibility to actually gracefully abort whatever operation it may be doing. The job itself will be marked as failed with "failedReason": ...

PreviousStalled jobsNextRemoving workers

Last updated 1 year ago