You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce the number of API-Calls towards garm we should make use of the future event API endpoint (Introduced in cloudbase/garm#275).
Idea is to initially build the current list of runners by the already existing implementations (where we get all runners from garm). Desired implementation will subscribe to the event-stream and directly reflect changes on runners into the cluster.
Anything else you would like to add?
As we can also think about possible improvements for all the remaining CRs (pools, orgs, ...) let's focus on the runners itself for now.
The text was updated successfully, but these errors were encountered:
As decided, it's not mandatory to cut a new release - to support garm in version 0.1.5.
moving this issue out of the support for garm > 0.1.4 milestone
What is the feature you would like to have?
To reduce the number of API-Calls towards
garm
we should make use of the futureevent
API endpoint (Introduced in cloudbase/garm#275).Idea is to initially build the current list of
runners
by the already existing implementations (where weget
all runners from garm). Desired implementation will subscribe to the event-stream and directly reflect changes onrunners
into the cluster.Anything else you would like to add?
As we can also think about possible improvements for all the remaining CRs (
pools
,orgs
, ...) let's focus on the runners itself for now.The text was updated successfully, but these errors were encountered: