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
MortifiedChimpanzee9
Moderator
5 Questions, 16 Answers
  Active since 29 August 2023
  Last activity one year ago

Reputation

0

Badges 1

16 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Do I need to do anything to get a task to pick up a requirements.txt ? It is in the base repo dir, task being created with Task.init from a jupyter notebook ...
one year ago
0 Votes
13 Answers
972 Views
0 Votes 13 Answers 972 Views
I am getting this error when trying to run a job, which seems to be assigned to an Apple silicon worker: Fatal Python error: init_sys_streams: can't initiali...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Can I use “autoscaler” to go from 0->1 agent? i.e. 1 queue for tasks, start 1 machine, process everything to completion, then shut down?
one year ago