Skip to content

Commit

Permalink
docs: document the support of maxSessions in selenium grid scaler
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Dominguez <adborroto90@gmail.com>
  • Loading branch information
adborroto committed Mar 18, 2022
1 parent 95db043 commit 961d59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/2.7/scalers/selenium-grid-scaler.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ go_file = "selenium_grid_scaler"

### Trigger Specification

This specification describes the `selenium-grid` trigger that scales browser nodes based on number of requests in session queue.
This specification describes the `selenium-grid` trigger that scales browser nodes based on number of requests in session queue and the max sessions per grid.

The scaler creates one browser node per pending request in session queue. You will have to create one trigger per browser capability that you would like to support in your Selenium Grid.
The scaler creates one browser node per pending request in session queue, divided by the max amount of sessions that can run in parallel. You will have to create one trigger per browser capability that you would like to support in your Selenium Grid.

The below is an example trigger configuration for chrome node.

Expand Down

0 comments on commit 961d59b

Please sign in to comment.