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 Was Wondering How Come My Api Calls Keeps Going Up While I'M Not Executing Any Tasks\Experiments? I Think It Is Related To The Fact That I Have A Worker That Is Running In The Background, And I Was Wondering How Many Api Calls A Worker Is Doing Per

Hi, i was wondering how come my API calls keeps going up while I'm not executing any tasks\experiments?
I think it is related to the fact that i have a worker that is running in the background, and i was wondering how many API calls a worker is doing per hour/minute, and if there is a different if the worker is occupied with some task or is in standby?

  
  
Posted 9 months ago
Votes Newest

Answers 6


By applications I mean the applications (HPO, Autoscalers,...). Regarding the web UI - it's sending API calls as you browse. You can open dev tools (F12) to see the requests going out (Filter by XHR in network tab)

  
  
Posted 9 months ago

great, thank you!

  
  
Posted 9 months ago

Hi @<1594863230964994048:profile|DangerousBee35> , using the UI uses API calls, agents listening to a queue send API calls and also the applications send API calls all the time while running

  
  
Posted 9 months ago

thanks!
by application you mean the web UI? is it possible to estimate the amount of calls it's performing when idle? while viewing an experiment? or some other typical usage?

  
  
Posted 9 months ago

worker by default checks the backend every 5 seconds for new tasks in the queue. While running a task I think it basically sends whatever api calls a regular local task sends

  
  
Posted 9 months ago

@<1523701070390366208:profile|CostlyOstrich36> i just edited my question, can you refer to it pls.

  
  
Posted 9 months ago