In-Memory
Configuration
version: "3"
jobs:
pipelines:
# User defined name of the queue.
example:
# Required section.
# Should be "memory" for the in-memory driver.
driver: memory
config: # NEW in 2.7
# Optional section.
# Default: 10
priority: 10
# Optional section.
# Default: 10
prefetch: 10Configuration options
Priority
Prefetch
Last updated