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

Missing argument when trying to stop a pod before deletion #9

Open
brucetony opened this issue Sep 18, 2024 · 0 comments
Open

Missing argument when trying to stop a pod before deletion #9

brucetony opened this issue Sep 18, 2024 · 0 comments
Assignees

Comments

@brucetony
Copy link

If a pod is running and a user tries to delete it without first stopping it, then the delete API endpoint first tries to stop the pod, then delete it, but the new log update breaks that because of a missing argument in this endpoint:

  File "/app/src/api/api.py", line 93, in delete_analysis
    deployment.stop(database)
TypeError: Analysis.stop() missing 1 required positional argument: 'log'
@antidodo antidodo self-assigned this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants