Skip to content

Remove unnecessary EntityWorker calls

James Nutt requested to merge jnutt/remove-entity-worker-calls into master

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

  1. Enable local -> local requests.
    UPDATE application_settings SET allow_local_requests_from_web_hooks_and_services = true;
  2. Perform a direct transfer from your GDK to itself.
  3. 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.

Edited by James Nutt

Merge request reports