Skip to content

Draft: Timeout on status check non failures

Jay Montal requested to merge 388725_timeout_on_status_check_non_failures into master

What does this MR do and why?

What

  • Adds a worker to timeout status check responses that are pending or retried to be failed if they have not been updated after 2 minutes
Conditions Worker Expectation
newly pending status check response don't update
existing status check response older than 2 minutes update to failed
retried pending status check response newer than 2 minutes don't update
retried pending status check response older than 2 minutes update to failed

Why

  • This allows status checks per MR to properly reflect that they have exceeding their pending/retried state allotted time

Screenshots or screen recordings

To be added

How to set up and validate locally

To be added

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #388725 (closed)

Edited by Jay Montal

Merge request reports