-
|
I am running multiple celery worker on the same machine, each with different queues and different concurrency configuration. Full Error: Each worker is called with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
If you want to run several airflow workers on single machine (which is not really common) you can by providing |
Beta Was this translation helpful? Give feedback.
If you want to run several airflow workers on single machine (which is not really common) you can by providing
--pidparameter where you can provide a pid file where processs id should be stored. If you provide different pidfile for your different workers, it will work