actumn / celery.node

Celery task queue client/worker for nodejs

Home Page:https://celery-node.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Process Handler

PeterPilley opened this issue · comments

Description

  • What is the current behavior?
    I am attempting to run multiple workers for different tasks, each task has its own name, however, if I try and launch these workers in separate docker instances I receive a Missing Process Handler error for one of the other tasks. I originally had the tasks named task.primary and task.secondary. I have changed the name to primary and secondary thinking it was a naming thing.

This has not resolved it. In primary I will see Error: MIssing process handler for task secondary.

  • What is the expected behavior?
    I thought each task would operate independently, or is it expected each worker should handle all processes?

  • Please tell us about your environment:

  • Docker
  • Node
  • Rabbitmq