Remove JobWaiter timeout counting
What does this MR do and why?
This MR removes JobWaiter#wait
timeout counting.
These counts were used to gather timeout information for a particular worker, but were not intended to be kept indefinitely:
gitlab-com/gl-infra/scalability#166 (comment 295188361)
No workers call JobWaiter#wait
and pass worker_label:
in as an
argument, so it's unused now.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.