Replies: 1 comment
-
i guess this was actually updated in v0.22.0 - i just havent updated ARC for a while (custom code). With that being said, would still be curious on API call metrics if available from testing :-) Once again appreciate all you all do! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
First of all, great work on the latest release and I am happy to see the project making strides forward!
I just had a question on whether or not there was monitored API use for the new version. The reason i ask, is that we have a constant barrage of jobs that spin up, and spin down, 200ish runners. During this time, we have a LOT of calls to the API. Originally, without the
ListRunners
call being cached, each runner would call the API for its status every minute or so, leaving us with around 12000 expected API calls within an hour - which is over their rate limit and would kill our ARC instance until that limit reset. To eliminate this, we made a call to theListRunners
every minute, cached the results, and used the results for all calls from the existing runners.I do not see this anywhere (though I am trying to re-familiarize myself with the project) and was just wondering if these metrics were available through any tests, etc that were ran during the development of the v0.27.0 branch.
Thanks ahead of time!
Beta Was this translation helpful? Give feedback.
All reactions