Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Consumer workers not working in parallel #7

Open
maestre3d opened this issue Apr 15, 2021 · 0 comments
Open

Consumer workers not working in parallel #7

maestre3d opened this issue Apr 15, 2021 · 0 comments
Assignees
Labels
bug Something isn't working doomsday This issue is a high-level priority help wanted Extra attention is needed

Comments

@maestre3d
Copy link
Contributor

maestre3d commented Apr 15, 2021

Describe the bug
A Consumer job is not being executed in parallel.

To Reproduce
Steps to reproduce the behavior:

  1. Start a job with N+1 workers
  2. Publish an event into the Message broker

Expected behavior

  • A Consumer worker must be reading messages in parallel.
  • A Consumer and Broker should be able to shutdown in parallel.

Use as reference the worker-job Go concurrency pattern.

@maestre3d maestre3d added the bug Something isn't working label Apr 15, 2021
@maestre3d maestre3d self-assigned this Apr 15, 2021
@maestre3d maestre3d added enhancement New feature or request help wanted Extra attention is needed doomsday This issue is a high-level priority and removed enhancement New feature or request labels Apr 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working doomsday This issue is a high-level priority help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant