celery.node icon indicating copy to clipboard operation
celery.node copied to clipboard

Missing Process Handler

Open PeterPilley opened this issue 2 years ago • 0 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

PeterPilley avatar May 15 '23 20:05 PeterPilley