Skip to content

Rename Cloudflare Worker services #4766

Description

@JSONbored

Problem: The API and UI Worker services carry the old brand name in their service identifiers, and Cloudflare Workers cannot be renamed in place.

Area: Infra / Cloudflare

Proposal: Provision two new Worker services under the new name with identical configuration and bindings, cut traffic over via routes, verify, then decommission the old services.

Deliverables:

  • Two new Worker services live with all existing bindings (database, queue, environment variables) present.
  • Old services decommissioned only after a verification window.

Acceptance criteria:

  • Zero request errors observed during cutover.
  • Every binding present on the old service is confirmed present on the new one before cutover.

Test scenarios:

  • Run the project's production smoke-test script against the new services before flipping traffic.
  • Monitor error rate for a defined window after cutover before decommissioning the old services.

Resources:

  • The root and UI-app Worker configuration files.
  • The project's production smoke-test script.

Boundaries:

  • Keep the old Worker services live (even idle) until the verification window closes — don't delete on day one.

Part of #4761.

Metadata

Metadata

Assignees

Labels

maintainer-onlyOwner-only work — yields no Gittensor points.roadmapOn the Wave-2 agent-layer roadmap board (project 9)

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions