reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 45 forks source link

interactive session: notify user of auto-closure #657

Closed giuseppe-steduto closed 11 months ago

giuseppe-steduto commented 1 year ago

Administrators of a REANA cluster can specify a time limit after which inactive interactive sessions (such as Jupyter notebooks) will be automatically closed (https://github.com/reanahub/reana-workflow-controller/issues/498).

In https://github.com/reanahub/reana-ui/pull/312, the UI notification about the successful creation of an interactive session, was enriched with the inactivity time after which it will be automatically closed, if present. However, this message is not shown in reana-client when creating an interactive session with reana-client open. We should include a similar message ("Please note that it will be automatically closed after X days of inactivity") also in the CLI client.