Remove unnecessary EntityWorker calls
What does this MR do and why?
Remove unnecessary EntityWorker calls
Some calls to EntityWorker.perform_async
were left in the codebase to
preserve in-flight migrations. Since !132320 (merged)
was merged and deployed, we can remove this calls.
Changelog: other
Related issue: #426299 (closed)
Screenshots or screen recordings
N/A
How to set up and validate locally
- Enable local -> local requests.
UPDATE application_settings SET allow_local_requests_from_web_hooks_and_services = true;
- Perform a direct transfer from your GDK to itself.
- Verify that group was transferred correctly.
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.
Edited by James Nutt