# What this PR does When an organization is migrated to a different cluster it has it's `migration_destination_slug` set for redirection purposes but it also needs to be deleted so scheduled tasks for it do not run in the old cluster. By changing the order so moved has precedence over deleted API calls will be correctly redirected for moved organizations while the organization is still considered deleted to suppress tasks that are no longer needed in the old cluster. ## Which issue(s) this PR fixes ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated |
||
|---|---|---|
| .. | ||
| migrations | ||
| models | ||
| tests | ||
| __init__.py | ||
| auth.py | ||
| constants.py | ||
| crypto.py | ||
| exceptions.py | ||