You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/21 21:15:42 UTC

[GitHub] [airflow] pbotros commented on issue #12519: Limit task concurrency per worker?

pbotros commented on issue #12519:
URL: https://github.com/apache/airflow/issues/12519#issuecomment-731637656


   Thinking about this more - I guess this can be implemented with a separate queue and a separate worker, where that worker has its celery.worker_concurrency set to 1 and listens to this separate queue. That said, it's not the most convenient, since it involves spinning up a separate worker with its own config and its own queue.
   
   I'll leave this open for the time being in case there's a better solution I'm missing!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org