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
Hello, I Have An Issue With Task.Close(). On A Mac It Works As Expected, But On My (Gpu Enabled) Linux Machine The Code Execution Freezes When Calling Task.Close(). Do You Have Any Idea What The Issue Could Be Or How I Cloud Debug It? The Log Does Not Sho

Hello,
I have an issue with task.close(). On a Mac it works as expected, but on my (gpu enabled) linux machine the code execution freezes when calling task.close(). Do you have any idea what the issue could be or how I cloud debug it? The log does not show any output after calling task.close().

  
  
Posted 16 days ago
Votes Newest

Answers 2


Hi @<1695969549783928832:profile|ObedientTurkey46> , is this happening when running on top of the agent or locally?

  
  
Posted 16 days ago

Hi John,
This happens locally.

  
  
Posted 18 hours ago
60 Views
2 Answers
16 days ago
10 hours ago
Tags