Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/SK-911 | Add terminate session to controller #641

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Conversation

Wrede
Copy link
Member

@Wrede Wrede commented Jun 20, 2024

Terminate an ongoing session when status is "Terminated". Obs, won't flush queues at combiners or terminate ongoing training or validation requests at clients.

requests.patch("http://localhost:8092/api/v1/sessions/b9fa1b07-fef9-4ddf-a869-a1d43f3c9968", json={"status": "Terminated"})

@github-actions github-actions bot added minor feature New feature or request labels Jun 20, 2024
@Wrede Wrede added the HOLD label Jun 20, 2024
@Wrede
Copy link
Member Author

Wrede commented Jun 20, 2024

in progress

Copy link
Member

@ahellander ahellander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good start. But I think we will need to think carefully about UX. When terminated on controller, the combiner and clients will still be busy and new sessions will thus be delayed. This won't be the behavior a user expects. I think it would be better if the termination happened at the end of a completed round, and before a new round is started.

@Wrede Wrede removed the HOLD label Jun 24, 2024
@Wrede Wrede merged commit 27a0bf2 into master Jun 24, 2024
18 checks passed
@Wrede Wrede deleted the feature/SK-911 branch June 24, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants