theia-trace-extension icon indicating copy to clipboard operation
theia-trace-extension copied to clipboard

Dispose experiment/trace back-end resources when closing an experiment from the UI

Open bhufmann opened this issue 2 years ago • 0 comments

The TSP allows to open traces and experiments on the server back-end. However, there is now dedicated request available to dispose the back-end resources related to experiments and traces in the back-end. There should be a TSP request to trigger the disposal of resources in the back-end when the front-end close the experiment.

Consider the following API: PUT /experiments/{expUUID}:close

Consider other alternatives before implement this API.

bhufmann avatar Sep 26 '23 20:09 bhufmann