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, I Got This Screenshot From Our Workers Tab And Would Like To Clarify Some Understanding. I Noticed That The

Hi, i got this screenshot from our workers tab and would like to clarify some understanding. I noticed that the Total number of workers and Number of active workers are always in parallel with the active works significantly lower. This looks weird to me. I have multiple k8s-glue running, each subscribed to a queue.
What is the definition of a workers? What is the definition of an active worker? How do i interpret this graph? Is there a cap that i am unconsciously limiting to the active workers given that its running in parallel to the total workers for a whole month.

  
  
Posted one year ago
Votes Newest

Answers 3


Hi SubstantialElk6 , For the total workers graph we count all the workers that reported during the time period. For active workers we take only those who reported that they are running some task. since any K8s glue instance counts as an agent, I assume this is the reason for the difference

  
  
Posted one year ago

Hi Jax
A worker is the ressources allocated to one agent. An active worker is working on an enqueued job.
This graph shows that some of your agents are working on tasks, and some are idling. Those ones might be assigned to empty queues. does that sound logical ?

  
  
Posted one year ago

SubstantialElk6
Can you provide us a screenshot with a better resolution, to check the ratio between the total workers/active workers ?

  
  
Posted one year ago
565 Views
3 Answers
one year ago
one year ago
Tags