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

Priority

How soon does a job need to be done

When putting a job into a tube, you can set a numeric priority on the job. This priority allows you to dynamically adjust when certain jobs are performed.

For example, you might have a queue with a large number of jobs, but you need a single job to be run before all the other existing jobs, you can set a higher priority on a new job and that will be the next job reserved off the tube.

PreviousDelayed Jobs/SchedulingNextWorkflow

Last updated 5 years ago

Was this helpful?