Beanstalk
beanstalk:
addr: tcp://127.0.0.1:11300Configuration
version: "3"
beanstalk:
# Optional section.
# Default: tcp://127.0.0.1:11300
addr: tcp://127.0.0.1:11300
# Optional section.
# Default: 30s
timeout: 10s
jobs:
pipelines:
# User defined name of the queue.
beanstalk-pipeline-name:
# Required section.
# Should be "beanstalk" for the Beanstalk driver.
driver: beanstalk
config: # NEW in 2.7
# Optional section.
# Default: 10
priority: 10
# Optional section.
# Default: 1
tube_priority: 1
# Optional section.
# Default: default
tube: default
# Optional section.
# Default: 5s
reserve_timeout: 5sConfiguration options
Priority
Tube priority
Tube
Last updated