-
Notifications
You must be signed in to change notification settings - Fork 93
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
Can't name executor that doesn't exist (enums) #248
Comments
Repository owner
moved this from Done
to Triage
in Bacalhau Main
Nov 27, 2022
olgibbons
added a commit
that referenced
this issue
Jan 11, 2024
When a docker container exceeds memory limits (OOM status = true) An informative error message will be relayed to the user. Have also implemented a test that will trigger OOM errors. NB: The test currently uses the error message as a signal for an error occurring, so if the message is changed, the test may need to be updated as well Fixes issues #249 #248
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want it to be harder for users to name an executor in a job request that doesn't exist. Switch from using strings to strongly typed enums, or some other method for ensuring they are typo-proof.
The text was updated successfully, but these errors were encountered: