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
We should have a unified approach to supporting multiple interactive session types. Session closure endpoint should also have interactive_session_type as a parameter. Session type could be added as a pod label for better filtering which would make it easier to find and manage sessions of a particular type. Please note that reana-admin interactive_session_cleanup CLI command might also be improved depending on the implementation of this issue.
Some parts of the r-w-controller can handle multiple session types, while other parts assume that all sessions are Jupyter notebooks.
For example:
interactive_session_type
as a parameter which can in theory handle different session typesWe should have a unified approach to supporting multiple interactive session types. Session closure endpoint should also have
interactive_session_type
as a parameter. Session type could be added as a pod label for better filtering which would make it easier to find and manage sessions of a particular type. Please note thatreana-admin interactive_session_cleanup
CLI command might also be improved depending on the implementation of this issue._Originally posted by @mdonadoni in reanahub/reana-server#577 (comment)
The text was updated successfully, but these errors were encountered: