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
  • #1367
Closed
Open
Issue created Jun 28, 2019 by Administrator@rootContributor

Missing process handler in server-worker setup

Created by: omairvaiyani

We have a setup wherein some servers only add jobs to the queue, and some are set as workers to register and process the queue.

However, the servers receive the following error when adding to the queue:

Error: Missing process handler for job type AssignmentsIssueUpdate
    at Queue.processJob (/var/app/current/node_modules/bull/lib/queue.js:1006:7)
    at process._tickCallback (internal/process/next_tick.js:68:7)

The servers do not define a process handler, we only want the workers to process the queue. Is this an expected error?

Bull version

Latest

Assignee
Assign to
Time tracking