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

Jobs are failing with an internal error when they should be returning an out of memory error message #636

Closed
lucyb opened this issue Aug 22, 2023 · 1 comment
Assignees

Comments

@lucyb
Copy link
Contributor

lucyb commented Aug 22, 2023

When a job runs out of memory it should return back an error to the user. However, for some reason they're currently failing with an internal error, which makes it look like there was a problem with the system (thread one, two). This is giving us extraneous alerts and giving users the wrong information so they retry jobs that will never work.

Note: we don't know how often this is happening and whether it's all jobs that run out of memory or just some of them (we currently think it's all of them)

@bloodearnest bloodearnest changed the title Jobs are failing with an internal error when they should be returning an out of memory exception Jobs are failing with an internal error when they should be returning an out of memory error message Aug 22, 2023
@bloodearnest
Copy link
Member

Fixed with #643

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