jens-scheffler-bosch commented on issue #35174:
URL: https://github.com/apache/airflow/issues/35174#issuecomment-1781601318

   To map the current queue features to your demand, a workaround to implement 
the demand you are raising your be:
   
   * Node 1: Listen to queue `linux` and `x86`
   * Node 2: Listen to queue `linux`, `macm1_gpu`, `gpu` and `linux_gpu`
   * Node 3: Listen to queue `windows`, `gpu` and `windows_gpu` - note that 
Celery does not support WIndows though :-D
   
   Tasks can use labels:
   * Task A: `queue=gpu`
   * Task B: `queue=linux`
   * Task C: `queue=linux_gpu`
   * Task D: `queue=windows_gpu`
   * Task E: `queue=macm1_gpu`
   
   Can you let me know if under these exampldes the request can be closed - or 
do you open the request on Celery side?


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

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

Reply via email to