Open sanderegg opened 3 years ago
activity manager was removed right @pcrespov ? can we close?
activity manager was removed right @pcrespov ? can we close?
@sanderegg I do not know for sure. This is what I found:
There seems to still be a GUI component
https://github.com/ITISFoundation/osparc-simcore/blob/f9e8f4df74e0cdbddc36682c3682c8888f6953a8/services/static-webserver/client/source/class/osparc/navigation/UserMenuButton.js#L43
although it seems to be inactive (I do not see any call to openActivityManager
)
@odeimaiz can you please confirm?
Regarding the backend: there is a plugin activity
that still exposes API routes
https://github.com/ITISFoundation/osparc-simcore/blob/bb60d876ec5aaa0381f939657d9e90e1ed1d0e88/services/web/server/src/simcore_service_webserver/activity/plugin.py#L25-L40
and is set up in the application.
Now, when I look at the deploys for WEBSERVER_ACTIVITY
, this might be disabled BUT
WEBSERVER_ACTIVITY='{"PROMETHEUS_HOST": "prometheus", "PROMETHEUS_PORT": 9090, "PROMETHEUS_VTAG": "v1"}'
If it cannot be accessed via GUI I propose to disable it in the backend as well
Since it was buggy, I decided to temporary disable it until a fixed was issued.
The activity manager in dalco does not show anything (see screenshot from production deploy)