aimhubio / aim

Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
https://aimstack.io
Apache License 2.0
5.23k stars 321 forks source link

Remove soft lock from UI #2645

Open dcarrion87 opened 1 year ago

dcarrion87 commented 1 year ago

🚀 Feature

When running in aim remote server mode it's difficult for users to clear failed runs / soft locks.

From the UI they see a generic error. Remote server side in logs shows:

Error while trying to delete run '1901419848fb433ab111647c'. Cannot delete Run '1901419848fb433ab111647c'. Run is locked..

This can be resolved by an admin deleting the lock manually from the filesystem but this is an operationally expensive exercise.

Would be great if a user could solve this from the UI.

Motivation

Alternatives

roubkar commented 1 year ago

Hey @dcarrion87, thanks for opening this issue 🙌 We're going to prioritize this for the next week.

roubkar commented 1 year ago

Related to https://github.com/aimhubio/aim/issues/2463

dcarrion87 commented 1 year ago

Hi @roubkar just wanted to check how this was going?

roubkar commented 1 year ago

Hey @dcarrion87, currently our entire team is focused on the next major version release (Aim v4.0.0). Right after that, we're going to add this feature.

Sorry for a late update 🙏

cndpzc commented 11 months ago

Hi team, any update on this feature?