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")
Escape special characters +-&|!(){}[]^"~*?:\ - 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
Unanswered
Subatomic App Production Scheduler Batch Job runs twice


This is a common and widespread "problem" in scaled applications. There are thousand of solution, so there is no "right" answer for this. As a hint there is a feature when using quartz which is common and documented with quarkus: https://quarkus.io/guides/quartz

So it is up to you to read up on other solutions and find a fit for your case :)

  
  
Posted one year ago
Edited one year ago
Lucas Reeh
108 × 4 Administrator
  
  

Surprisingly, when there is a database table queue to be processed, only one docker container gets access to the table. I guess since there is a database level lock. The other docker container doesn't or can't do anything. That way the problem seems to have solved itself in a very unelegant way. There must be some repurcussions to this.

Anand Natampalli   one year ago Report
237 Views
0 Answers
one year ago
one year ago