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
Copy file name to clipboardExpand all lines: .keda/scalers/selenium-grid-scaler.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ triggers:
28
28
nodeMaxSessions: 1# Optional.
29
29
enableManagedDownloads: true # Optional.
30
30
capabilities: ''# Optional.
31
-
overProvisionRatio: ''# Optional.
32
31
```
33
32
34
33
**Parameter list:**
@@ -43,16 +42,13 @@ triggers:
43
42
- `nodeMaxSessions` - Number of maximum sessions that can run in parallel on a Node. Update this parameter align with node config `--max-sessions` (`SE_NODE_MAX_SESSIONS`) to have the correct scaling behavior. (Default: `1`, Optional).
44
43
- `enableManagedDownloads`- Set this for Node enabled to auto manage files downloaded for a given session on the Node. When the client requests enabling this feature, it can only be assigned to the Node that also enabled it. Otherwise, the request will wait until it timed out. (Default: `true`, Optional).
45
44
- `capabilities`- Add more custom capabilities for matching specific Nodes. It should be in JSON string, see [example](https://www.selenium.dev/documentation/grid/configuration/toml_options/#setting-custom-capabilities-for-matching-specific-nodes) (Optional)
46
-
- `overProvisionRatio`- The number of overprovisioning ratio to scale more than the actual number of requests. For example, if there are 20 requests for the browser instead of scaling to 20 Nodes, it is able to scale 20% more than the requested, in this case is 24, in this case input value is `0.2` (Optional)
47
45
48
46
**Trigger Authentication**
49
47
- `username`- Username for basic authentication in GraphQL endpoint instead of embedding in the URL. (Optional)
50
48
- `password`- Password for basic authentication in GraphQL endpoint instead of embedding in the URL. (Optional)
51
49
- `authType`- Type of authentication to be used. This can be set to `Bearer` or `OAuth2` in case Selenium Grid behind an Ingress proxy with other authentication types. (Optional)
52
50
- `accessToken`- Access token. This is required when `authType` is set a value. (Optional)
53
51
54
-
Noted that trigger authentication parameters are able to set in either trigger metadata or trigger authentication. However, if both are set, the trigger authentication will take precedence.
0 commit comments