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
  • #282
Closed
Open
Issue created Apr 07, 2016 by Administrator@rootContributor

[Error: Missing Job 13 when trying to move from active to completed]

Created by: ghost

I have a cleanup job running every 5 minutes. This is all it does:

return Promise.all([
    this.queue.clean(0, 'completed'),
    this.queue.clean(0, 'failed')
]);

I don't have any other code that could possibly remove jobs. I'm running master because of that leak you fixed. Concurrency is 4.

Any idea what could be causing this error? If it doesn't look like I'm doing something wrong with clean I can try to isolate a test case.

Assignee
Assign to
Time tracking