Open
Bug 1879896
Opened 1 year ago
Updated 1 year ago
Implement a check that monitors the size of the landing queue
Categories
(Conduit :: Lando, enhancement)
Conduit
Lando
Tracking
(Not tracked)
NEW
People
(Reporter: zeid, Assigned: zeid)
References
Details
Attachments
(1 file)
A few different issues could result in landing jobs accumulating in the landing queue. Though sometimes this is an indication of a closed tree, it could also result from the landing worker failing for one reason or another. A couple of examples of possible unexpected conditions that could cause the landing worker to stop picking up jobs that happened recently:
- A bug that results in the landing worker continuously attempting to land the same job, but failing
- The worker dying for one reason or another, and not getting restarted automatically
- A code change that resulted in a regression, causing landing jobs to not get picked up
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee: nobody → zeid
You need to log in
before you can comment on or make changes to this bug.
Description
•