Schema URL https://catalog.lintel.tools/schemas/schemastore/roadrunner/_shared/latest--schema.json
Parent schema roadrunner

The schema contains all the valid configuration parameters for the Beanstalk plugin for the roadrunner job system.

Definitions

pipeline object
driver string required
Values: "beanstalk"
config object

Configuration options for the Beanstalk pipeline.

5 nested properties
priority priority
prefetch prefetch
tube_priority integer

Beanstalk internal tube priority

Default: 1
tube string

Tube name

Default: "default"
reserve_timeout Duration

If no job is available before this timeout has passed, Reserve returns a ConnError recording ErrTimeout

Default: "5s"
driver object

Configuration options for the Beanstalk driver.

addr string

The address of the Beanstalk server.

Default: "tcp://127.0.0.1:11300"
timeout Duration

Connection timeout for the Beanstalk server.

Default: "30s"