
The errors are raised in the runner model and in the runner connection class. In the submission controller the errors are rescued and, depending on the error, the status timeout / container depleted is sent to the client.
4 lines
90 B
Ruby
4 lines
90 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Runner::Error::ExecutionTimeout < Runner::Error; end
|