docker-compose with entrypoint.sh with python3 -m clearml_agent daemon --docker
"${CLEARML_AGENT_DEFAULT_BASE_DOCKER:-$TRAINS_AGENT_DEFAULT_BASE_DOCKER}"
--force-current-version
${CLEARML_AGENT_EXTRA_ARGS:-$TRAINS_AGENT_EXTRA_ARGS}
--queue office
The strange thing was that my agents where running in the morning but just disappeared in the clearml server ui under workers-and-queues . So I did docker-compose down / up and then I got this error.
Seems like settings on the clearml-server disappeared (specifically default queue tag?!)
Is this still an issue (if you provide queue name, the default tag is not used so no error should be printed)
i'm sorry, I mean if the queue name is not provided to the agent , the agent will look for the queue with the "default" tag. If you are specifying the queue name, there is no need to add the tag.
Is it working now?
We do have a queue called office and another queue called default, so the agent is not listening for queues that are not defined. Or do I misunderstand something? The server has all queues defined that the agents are using
It seems like you are correct, everything should just work. Are you still getting the error? What's the clearml agent version?
It is working now, it seemed like I pointed to a wrong entrypoint.sh
in the docker-compose file. Still strange...
in the docker-compose file. Still strange...
hmm yes it is... If you have an idea on what went wrong let me know, we would love to fix it