Handle OutOfMemory runner errors with gVisor
This commit is contained in:

committed by
Sebastian Serth

parent
567694fe03
commit
fd2d94568a
@ -24,6 +24,8 @@ class Runner
|
||||
|
||||
class WorkspaceError < Error; end
|
||||
|
||||
class OutOfMemory < Error; end
|
||||
|
||||
class Unknown < Error; end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user