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
Is your feature request related to a problem? Please describe.
Currently, the LazySessionHandler sets session resources into ERROR state if max sessions or instances are reached. However, this is not an error of the session but a temporary "problem" of the cluster.
Describe the solution you'd like
Think of a mechanism to halt processing for now and track this in the resource.
I.e. a CANCELLED status.
Describe alternatives you've considered
Cluster provider
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the
LazySessionHandler
sets session resources intoERROR
state if max sessions or instances are reached. However, this is not an error of the session but a temporary "problem" of the cluster.Describe the solution you'd like
Think of a mechanism to halt processing for now and track this in the resource.
I.e. a
CANCELLED
status.Describe alternatives you've considered
Cluster provider
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: