Leevi Lehtonen
Leevi Lehtonen
There seems to be an issue in the hash calculation since it uses values which are potentially [tokens](https://docs.aws.amazon.com/cdk/v2/guide/tokens.html): ```ts const hash = md5hash(props.agent.agentId + props.agentVersion + props.agent.lastUpdated); ``` Printing out...
Sorry for the delay. I did not have chance to create a Task from scratch anymore, but it seems to be working now for an existing one at lease. Thanks...
> Yeah, current implementation is evaluation if the job doesn't contain the given labels and neither the default labels > > https://github.com/kedacore/keda/blob/85d4dca17f9e2e58bdc91f046e6dbe8e6235e78f/pkg/scalers/github_runner_scaler.go#L30 > > > https://github.com/kedacore/keda/blob/85d4dca17f9e2e58bdc91f046e6dbe8e6235e78f/pkg/scalers/github_runner_scaler.go#L614-L621 > > I guess...
Selenium tests probably fixed in #6246
> could you update docs as well? I'll try to get them done this week
> > could you update docs as well? > > I'll try to get them done this week Docs updated on https://github.com/kedacore/keda-docs/pull/1492