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
  • #1203
Closed
Open
Issue created Jan 30, 2019 by Administrator@rootContributor

Question: Maximum delay time

Created by: DiscoTiger

Bull version

3.6.0

What is the maximum time a job may be delayed for? Is there one? After a small amount of digging I found that bull uses setTimeout internally to handle delayed jobs, but the max time for setTimeout is 2^31 - 1 ms or about 24 days. But after trying out setting a job for 2020 and receiving no errors, and finding it in getDelayedJobs I'd like to know how that works, or if it actually works.

Assignee
Assign to
Time tracking