Skip to content

Remove explicit locking for retrying jobs

Igor Drozdov requested to merge id-remove-ci-tables-locking into master

What does this MR do and why?

The lock has been introduced in !120216 (merged) to reduce the probability of dead locks while the data is migrated on .com. The migration is finished now, so the lock can be removed.

It also fixes: #410086 (comment 1419464421)

Edited by Igor Drozdov

Merge request reports