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
Hi Everyone, I Have A Bit Of A Weird Problem. I Have A Task Which Is “Completed” In Ui, Everything Looks Fine With It, But When I Access It Through The

Hi everyone, I have a bit of a weird problem. I have a task which is “Completed” in UI, everything looks fine with it, but when I access it through the Task.get_task_by_name method, its status (I access it by get_status ) is in-progress
Can someone help? Determining if a task is completed is actually a crucial part of the app Im building

  
  
Posted 9 months ago
Votes Newest

Answers 4


as far as I can tell it happens quite randomly, sometimes it happens and sometimes it does not

  
  
Posted 9 months ago

yeah pretty certain

  
  
Posted 9 months ago

I can also see there is a very significant lag between when the task actually finishes and when its status says its complete (couple of minutes, up to 10 even) so I think Im going to try to manually set these tasks to complete

  
  
Posted 9 months ago

Hi @<1638712141588467712:profile|ExuberantTurtle48> , does this happen to all of your tasks? Are you certain you fetched the right task?

  
  
Posted 9 months ago
530 Views
4 Answers
9 months ago
9 months ago
Tags
Similar posts