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 Am Using Version 1.16.3, And There Is A New Phenomenon That When I Run A Controller With Several Tasks Or Even Just One When The Task Ends, It Is Once Again Assigned To The Queue It Was In And Is Executed Repeatedly This Phenomenon Was Not In Previous V

I am using version 1.16.3, and there is a new phenomenon that when I run a controller with several tasks or even just one when the task ends, it is once again assigned to the queue it was in and is executed repeatedly
This phenomenon was not in previous versions.

  
  
Posted 25 days ago
Votes Newest

Answers


Hi @<1523708340473958400:profile|SweetHippopotamus84> , can you please provide some code snippet that reproduces this?

  
  
Posted 25 days ago
95 Views
1 Answer
25 days ago
24 days ago
Tags