You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
feat(task-cleanup): Deletion of experiment deletes all tasks related to it (#231)
* update identifier of Task from task_id to uuid
* remove Task table rows for tasks related to experiment
* moved task deletion line to 2 steps earlier
* fixed pylint issue by suppressing error
* remove backend.delete function call
* fix pylint error
0 commit comments