You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
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:
The text was updated successfully, but these errors were encountered: