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
I Would Like To Make A Retry Mechanism On Tasks (If Failed, Then Give Some More Chances To Run Correctly). When Tasks Is Failed, I Can'T Put It To The Queue One More Time, I Need To Clone It And Enqueue. But It Is A Clone, Other Task, With Other Id. Is Th

I would like to make a retry mechanism on tasks (if failed, then give some more chances to run correctly). When tasks is failed, I can't put it to the queue one more time, I need to clone it and enqueue. But it is a clone, other task, with other id. Is there a possibility to "recycle" failed task - to reuse the same id?

  
  
Posted one year ago
Votes Newest

Answers 2


Thanks! 🙂

  
  
Posted one year ago

Hi RoundMosquito25 , you can reset a failed task and this will bring it back to draft mode

  
  
Posted one year ago
669 Views
2 Answers
one year ago
one year ago
Tags