roadrunner
roadrunner copied to clipboard
[💡 FEATURE REQUEST]: Add producer-only mode
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:
...
Hey @Apcenuu 👋🏻 Thank you for the feature request 👍🏻 I'll think about how to properly implement this mode.