CCI-Tools / cate

ESA CCI Toolbox (Cate)
MIT License
50 stars 15 forks source link

Notify time left until auto-close #1027

Closed forman closed 2 years ago

forman commented 2 years ago

The "keep_alive" WebSocket JSON RPC method of the cate-webapi-start CLI tool will now return an object with auto-close info, if cate-webapi-start is started with the --auto-stop-after option. Otherwise it returns null. The object comprises the fields:

closes #1026

EDIT

This is a prerequisite for https://github.com/CCI-Tools/cate-app/pull/165