Skip to content

executor: Add execution time limit

Administrator requested to merge ef/executor-time-limit into main

Created by: efritz

This adds a configurable maximum time (default of 30m) to each executor job. The handler context is canceled after this deadline, which causes the current command to be abandoned and the workspace to be cleaned up.

Screen Shot 2021-04-27 at 3 49 08 PM

Merge request reports

Loading