Azkaban continues to change artist ID

I am using Azkaban 3.0 and I have this on a server with two executors. I have a simple echo task that I run, and I specify the executor by setting setExecutor = id # in the stream parameters. but whenever I run the tise task, the execution alternates between the two performers, although it is explicitly specified in the definition of the task to work only on the second performer.

Do I need to change anything in the configurations? I restarted azkaban with the performers, but that didn't help.

Thanks in advance!

+6
source share
2 answers

A received help from a colleague, and he showed me how to solve this problem. It was resolved by removing the executor.port file from the azkaban web server properties file.

0
source

check this to find out how to set up azaban with multiple artists., http://azkaban.imtqy.com/azkaban/docs/latest/#executor-setup

0
source

All Articles