Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bull
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 175
    • Issues 175
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OptimalBits
  • bull
  • Issues
  • #719
Closed
Open
Issue created Oct 10, 2017 by Administrator@rootContributor

Problem with concurency

Created by: Asp3ctus

When i have one queue, and i add named process to it, concurency is increased to the amount of the proccesors

For example: const test = new Queue('test', {redis});

test.process('test1', require('./processors/test1)); test.process('test2', require('./processors/test2'));

I expect each proccessor run one at the time .. but it runs 2 at the time, if i add 3 proccesor - then it run 3 at the time.

The only work around i have found is to create seporate queue for each proccesor.

Is it supposed to work like that?

I use bull@3.3.1

Assignee
Assign to
Time tracking