BoltDB
Configuration
version: "3"
jobs:
pipelines:
# User defined name of the queue.
example:
# Required section.
# Should be "boltdb" for the local driver.
driver: boltdb
config: # NEW in 2.7
# Number of jobs to prefetch from the driver.
#
# Default: 100_000.
prefetch: 10000
# Pipeline priority
#
# If the job has priority set to 0, it will inherit the pipeline's priority. Default: 10.
priority: 10
# BoldDB file to create or DB to use
#
# Default: "rr.db"
file: "path/to/rr.db"
# Permissions for the boltdb database file
#
# This option is optional. Default: 0755
permissions: 0755Configuration options
Priority
Prefetch
File
Permissions
Last updated