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
  • #244
Closed
Open
Issue created Feb 11, 2016 by Administrator@rootContributor

Can't set delay to greater than 24 days

Created by: tanqhnguyen

It seems that when you set the delay to more than 24 days, the job gets executed immediately.

I take a look at the test https://github.com/OptimalBits/bull/blob/master/test/test_queue.js#L869, and change delay to 24*30*3600*1000 (30 days), the test still passes immediately which is weird

Btw, the expect statement seems to be wrong (I am not sure, but I think it should be expect().to.be(true))

Assignee
Assign to
Time tracking