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
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
When for whatever reason the grid is shutdown with pending events and then restarted at a later point in time, those sessions will be scheduled even though the clients that requested them are long gone.
Describe the solution you'd like
Add a filter to the managers to discard (and terminate) session creation events which are older than a configurable time interval.
Is your feature request related to a problem? Please describe.
When for whatever reason the grid is shutdown with pending events and then restarted at a later point in time, those sessions will be scheduled even though the clients that requested them are long gone.
Describe the solution you'd like
Add a filter to the managers to discard (and terminate) session creation events which are older than a configurable time interval.