Hi ChubbyLouse32 ,
See here: https://clear.ml/docs/latest/docs/references/api/queues#post-queuesget_all
You can simply do:client = APIClient() queues = client.queues.get_all(name=queue_name)
Answered
Is There Any Better Way To Get Queue By Name Other Then:
is there any better way to get queue by name other then:
` client = APIClient()
queue = [q for q in client.queues.get_all() if q.name == queue_name][0] and, can i somehow know about a given task in the
queue.entries ` if its my task?
is there documentation for the api client?
933 Views
2
Answers
2 years ago
one year ago
Tags