Runner Timeout Limit Hit: context deadline exceeded

Overview

The runner timeout limit is set to determine the length of time a job will run before it is "timed out". You may have found this article after testing out runner and finding that you are hitting this timeout.

 

Solution

The runner.max_run_time setting can be found in your runner's configuration file. This value is set to 5 hours as default and can be changed.

runner:
  max_run_time: 5h

 

Additional Resources:

 

Was this article helpful?
0 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.