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. Foundational Concepts

Persistence

Failure recovery

AllQ can function in either an all memory or memory + local storage (persistent) mode.

In persistent mode, jobs and state will be persisted to local file storage, and as such can survive a system restart or other failure conditions.

In non-persistent mode, jobs are memory only and will be lost on process restart.

You can configure this mode though setting the ENV variable

ENV['SERIALIZE'] = true

PreviousTubesNextAutobury Failed Jobs

Last updated 5 years ago

Was this helpful?