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
  • #1070
Closed
Open
Issue created Oct 01, 2018 by Administrator@rootContributor

Config option for rate-limiter to do nothing when enabled and hit

Created by: aleccool213

Description

  • As apart of the async multi-repo pattern, I would like a config for the rate-limiter to do nothing when it gets hit.
  • Currently it throws jobs into the delayed queue.

Minimal, Working Test code to reproduce the issue.

// enabling the rate limiter
const queueOptions = {
  rate: {
      max: 5,
      duration: 1000
    },
};
const queue = new Queue(description, queueOptions);

Bull version

3.4.2

Additional information

This has been discussed on this issue thread: https://github.com/OptimalBits/bull/issues/1053. This issue is for tracking the new feature. I will be working on this.

Assignee
Assign to
Time tracking