beanstalkd

Type:

Write messages to a Beanstalkd queue.

Introduced in version 4.7.0.

# Config fields, showing default values
output:
  label: ""
  beanstalkd:
    address: 127.0.0.1:11300 # No default (required)
    max_in_flight: 64

Fields

address

An address to connect to.

Type: string

# Examples

address: 127.0.0.1:11300

max_in_flight

The maximum number of messages to have in flight at a given time. Increase to improve throughput.

Type: int

Default: 64