Add comment for retries to Runner#execute_command

This commit is contained in:
Sebastian Serth
2021-11-04 17:08:19 +01:00
parent 92eafa145c
commit 4cd70f2bad

View File

@ -103,6 +103,7 @@ class Runner < ApplicationRecord
try += 1
if try == 1
# This is only used if no files were copied to the runner. Thus requesting a second runner is performed here
# Reset the variable. This is required to prevent raising an outdated exception after a successful second try
e = nil
retry