Tasks have been enqueued on the {{queue?.name}} queue, which is currently not serviced by any worker. They will remain in the 'pending' state until a ClearML worker services this queue.
{{step.title}}
{{step.subNote}}
api {{ '{' }}
web_server: {{WEB_SERVER_URL}}
api_server: {{API_BASE_URL}}
files_server: {{fileBaseUrl}}
credentials {{ '{' }}
"access_key" = "{{accessKey}}"
"secret_key" = "{{secretKey}}"
}
}
3. Integrate
Add the following lines to your code
from {{gettingStartedContext?.packageName || 'clearml'}} import Task
task = Task.init(project_name="my project", task_name="my task")