Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Any Idea Why I Get This Error In All My Agents

Any idea why I get this error in all my agents clearml_agent: ERROR: APIError: code 400/707: No queue is tagged as the default queue for this company

  
  
Posted 2 years ago
Votes Newest

Answers 11


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

  
  
Posted 2 years ago

It is working now, it seemed like I pointed to a wrong entrypoint.sh in the docker-compose file. Still strange...

  
  
Posted 2 years ago

It seems like you are correct, everything should just work. Are you still getting the error? What's the clearml agent version?

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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?

  
  
Posted 2 years ago

where should I provide the queue tag?

  
  
Posted 2 years ago

Is this still an issue (if you provide queue name, the default tag is not used so no error should be printed)

  
  
Posted 2 years ago

Seems like settings on the clearml-server disappeared (specifically default queue tag?!)

  
  
Posted 2 years ago

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.

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

How are you spinning the agents ?

  
  
Posted 2 years ago