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
Profile picture
CumbersomeBluewhale64
Moderator
1 Question, 3 Answers
  Active since 21 May 2025
  Last activity 3 months ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
8 Answers
347 Views
0 Votes 8 Answers 347 Views
Hey everyone. Can someone help me understand how Task create and enqueue are supposed to work together? I create and enqueue a task like this: task = Task.cr...
3 months ago
0 Hey Everyone. Can Someone Help Me Understand How Task

Thanks again. This works for me if I don't use the docker parameter in the create . However, when I have a docker queue and pass the docker image name, it will build the container successfully but won't do anything else. We want to use the image as the task environment and run the script from the pulled repo in that environment. Is the expectation that the entry point script will be invoked from the Docker image itself?

3 months ago
0 Hey Everyone. Can Someone Help Me Understand How Task

Hi @<1744891825086271488:profile|RoundElephant20> . I get the same behavior when I push your task to the docker queue. The worker tries to run the task in the python container. The docker run command hangs after installing the clearml-agent package. This is all in my local WSL environment. The agent was launched with the following command: clearml-agent daemon --queue default --docker .

3 months ago
0 Hey Everyone. Can Someone Help Me Understand How Task

Thanks. I tried that too but it doesn't make a difference. Still hangs after building the container and installing the clearml-agent package. Any idea what the next step is supposed to be?

3 months ago