Hello! A python API - related question: Is there a way to query the name of the queue a task is running in, from Task class / by task ID? Thanks in advance!
2 years ago
CostlyOstrich36 ,
Thank you for providing me with the pointer!
Upon retrieving the Task object instance, the field
that worked for me wasqueue_id = task_obj.data.execution.queue