Unanswered
Hi All!
Is There A Function/Command That Returns Number Of Tasks In A Queue?
Hi TenderCoyote78 ,
You can get it with the APIClient
from clearml.backend_api.session.client import APIClient api_client = APIClient() tasks_in_queue = api_client.queues.get_by_id(<queue_id>).entries
152 Views
0
Answers
2 years ago
one year ago