Skip to content

[💡 FEATURE REQUEST]: Add producer-only mode #2256

@Apcenuu

Description

@Apcenuu

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:
          ...

Metadata

Metadata

Assignees

Labels

C-feature-requestCategory: feature requested, but need to be discussed

Projects

Status

🏗 In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions