Hi,
Quick question. Is there anyway to configure queues for Airflow workers on Cloud Composer?
Reason for this is because some of my DAG tasks have high memory requirements, so I intend to create a separate node-pool and schedule these high memory tasks only on workers in that pool. It seems like airflow queues are a good way to do that, but can't figure out where it can be configured post-creation of the worker.
Thanks.