Skip to content

Monitor running sessions


Sessions

Session's cycle

When you run jobs :

🔹session is first waiting for an available worker

🔹then it is running. You can watch live.

🔹finally session is terminated completed or failed. Check logs to have more information.

Important information

Sessions information

1- You can watch for more details about this session and the job ran (like starting url, specific parameters, ...),

2- Each created session has an ID number that won't change, even if you restart session,

3- Information about starting and finished date,

4- Status of the session,

5- when session run is finished, you can check for duration of the run,

6- When session run is finished, you can have a look to the latest logs. Very usefull when the session failed,

7- This counter let you know how many sessions are on the list, how many of them are completed, waiting, and failed. There's also an average of duration.

8- An easily visual way to see where sessions are at.

Actions on sessions

When session is running, you can :

🔹watch your scenario running live, the same way you would watch it on Toolbox,

🔹stop the running session.

When session is completed, you can :

🔹watch logs of the run. Can be very usefull when errors.

🔹delete session.