Skip to content

Retry jobs on job_execution_timeout

Rémy Coutable requested to merge retry-on-job_execution_timeout into master

What does this MR do?

Occasionally jobs hits the Runner's timeout so I think it's better to automatically retry them in those cases since there's not much we can do at the application level.

Merge request reports