NeutrinoCorp / quark

:zap: A Reliable and fully customizable event router for Event-Driven systems written in Go.
https://quark.neutrinocorp.org
MIT License
3 stars 1 forks source link

Consumer workers not working in parallel #7

Open maestre3d opened 3 years ago

maestre3d commented 3 years ago

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

Use as reference the worker-job Go concurrency pattern.