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
  • #925
Closed
Open
Issue created May 02, 2018 by Administrator@rootContributor

How to check for worker health.

Created by: lan-nguyen91

Question: Worker HealthCheck

I have a simple implementation where API create jobs, and multiple workers just subscribe and process jobs.

I would like to scale the workers and monitor their health. Worker is just a simple script file and doesn't have any rest endpoint. What would be the best way to get the health of the worker. Ideally worker will be running in a separate container which has no knowledge of the main API.

Is Bull provide such functionality, if not is it prefer if I just open another queue for healthcheck (sound like a hack) 🤔

Thanks.

Assignee
Assign to
Time tracking