Handle OutOfMemory runner errors with gVisor

This commit is contained in:
Sebastian Serth
2023-07-06 19:03:24 +02:00
committed by Sebastian Serth
parent 567694fe03
commit fd2d94568a
5 changed files with 36 additions and 18 deletions

View File

@ -24,6 +24,8 @@ class Runner
class WorkspaceError < Error; end
class OutOfMemory < Error; end
class Unknown < Error; end
end
end