[ FEATURE REQUEST]: Add producer-only mode
Author: ApcenuuCreated Nov 13, 2025Updated Mar 6, 2026
LabelsC-feature-request
Plugin
Jobs
I have an idea!
Add a “producer-only” mode for the Jobs plugin that declares pipelines without starting any consumer loops or worker pools. The goal is to publish tasks to existing queues via the Jobs RPC/client while consumption is handled by another service/cluster and avoid idle worker pools and unneeded resource usage in producer-only services.
jobs:
consume: [] #or consume: false
pipelines:
outcome:
driver: amqp
config:
...
Source: roadrunner-server/roadrunner