Reuse runners per user and execution environment
Co-authored-by: Jan-Eric Hellenberg <jan-eric.hellenberg@student.hpi.uni-potsdam.de> Co-authored-by: Maximilian Pass <maximilian.pass@student.hpi.uni-potsdam.de>
This commit is contained in:

committed by
Sebastian Serth

parent
3017e46006
commit
17bd2d8726
2
app/errors/application_error.rb
Normal file
2
app/errors/application_error.rb
Normal file
@ -0,0 +1,2 @@
|
||||
class ApplicationError < StandardError
|
||||
end
|
2
app/errors/runner_not_available_error.rb
Normal file
2
app/errors/runner_not_available_error.rb
Normal file
@ -0,0 +1,2 @@
|
||||
class RunnerNotAvailableError < ApplicationError
|
||||
end
|
Reference in New Issue
Block a user