Brandon Wolfe
Brandon Wolfe
@fforjan @kat-y Agreed, at least the PR section should be looked at for now in order to capture any effort the community has done to improve documentation and such. I...
Agreed #1610 needs to be a top priority in order to stay in line with latest Appium.

@lenardchristopher Any idea if this actually solves the issue of scaling down using k8s' HPA with selenium grid? The big issue of using HPA with selenium grid ([explained here in...
@lenardchristopher I want to preface that I am no expert here and am still learning about HPA and Keda **so I may be missing an obvious solution here** 😁 With...
Hey @lenardchristopher, preStop has got me close (after a lot of trial and error), to the point that I would say its working but I am still hitting some technical...
@lenardchristopher Well azure container instances are...not great (slow to spin up, inconsistent) so I went another direction. testing out having the selenium browser pods on their own nodepool as to...
@lenardchristopher Finally got around to documenting how I got this working with KEDA in case it helps anyone: https://www.linkedin.com/pulse/scaling-kubernetes-selenium-grid-keda-brandon-wolfe/
@JorTurFer @Doofus100500 So right now we run a query like: **query={ grid { maxSession, nodeCount }, sessionsInfo { sessionQueueRequests, sessions { id, capabilities, nodeId } } }** To get our...
I believe so, I see two issues at a glance: 1. The way we are currently calculating we have the knowledge of what platform our running sessions are on and...