Skip to content

chore(relocation) Remove unused outbox handler#116030

Merged
markstory merged 5 commits into
masterfrom
chore-remove-relocation-outbox-handler
May 25, 2026
Merged

chore(relocation) Remove unused outbox handler#116030
markstory merged 5 commits into
masterfrom
chore-remove-relocation-outbox-handler

Conversation

@markstory
Copy link
Copy Markdown
Member

Relocations haven't used outboxes for at least a year, remove this code.

Refs INFRENG-318

Relocations haven't used outboxes for at least a year, remove this code.

Refs INFRENG-318
@markstory markstory requested a review from a team as a code owner May 21, 2026 17:22
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 21, 2026

INFRENG-318

@markstory markstory requested review from a team May 21, 2026 17:22
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 21, 2026
uuid = payload["relocation_uuid"]
slug = payload["org_slug"]

killswitch_orgs = options.get("relocation.outbox-orgslug.killswitch")
Copy link
Copy Markdown
Member

@wedamija wedamija May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this option be removed, or is it used in the new place?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it can be killed.

Copy link
Copy Markdown
Member

@GabeVillalobos GabeVillalobos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we also want to rename the outbox category to unused at this point?

@markstory
Copy link
Copy Markdown
Member Author

Did we also want to rename the outbox category to unused at this point?

Those categories have comments on them right now. I'll update the names now though.

markstory added 4 commits May 21, 2026 14:20
Make the tasks import the service at module level and have the service
use deferred imports for tasks. This matches the pattern we use for
other services where the tasks and services have cyclic imports.

Add relocations to `list_all_service_method_signatures` so that the
generated json schema continues to cover relocation services.
@markstory markstory merged commit 49fb050 into master May 25, 2026
115 of 117 checks passed
@markstory markstory deleted the chore-remove-relocation-outbox-handler branch May 25, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants