AllQ
  • What is AllQueue?
  • Getting Started
  • Install
    • Why AllQueue?
    • Architecture
    • 1. Install AllQueue Server
    • 2. Install AllQueue Client
    • Installation (Quick Start)
  • Foundational Concepts
    • Talking to AllQueue
    • Server/Client
    • Jobs
    • Tubes
    • Persistence
  • Features
    • Autobury Failed Jobs
    • Delayed Jobs/Scheduling
    • Priority
    • Workflow
    • Throttle
    • Fair Queuing
  • Configuration
  • Rest API Usage
  • Scenarios
  • Advanced
    • Docker Configuration Options
    • Federation Deployment
Powered by GitBook
On this page

Was this helpful?

  1. Features

Autobury Failed Jobs

Automated DLQ (Dead Letter Queue)

If a job is returned to tube due to timeout or releases a certain number of times, that job will be considered "unprocessable" and moved to a "buried" state. These buried jobs will not be able to be processed unless explicitly asked for.

This autobury is handled by the server, and can be configured on the server.

PreviousPersistenceNextDelayed Jobs/Scheduling

Last updated 5 years ago

Was this helpful?