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
Last updated