Skip to content

Resolve "Remove the method override for `perform` in WaitableWorker"

What does this MR do and why?

WaitableWorker is a concern that has not been made use of in workers, since quite a while now. It only has the perform method in it now, the methods like bulk_perform_and_wait has been removed from it a long while ago. Hence, now in 16.0, it is safe to remove this concern altogether.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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 #367224 (closed)

Edited by Manoj M J

Merge request reports

Loading