Skip to content

Rename the Cloudflare Queue #4768

Description

@JSONbored

Problem: The production job queue carries the old brand name and cannot be renamed in place.

Area: Infra / Cloudflare

Proposal: Create a new queue under the new name, dual-produce/consume during a drain window so no in-flight job is lost, then retire the old queue.

Deliverables:

  • New queue live and processing jobs.
  • Old queue fully drained and removed.

Acceptance criteria:

  • No job is dropped or lost during the transition.
  • A test job processes correctly end-to-end on the new queue before the old one is removed.

Test scenarios:

  • Confirm the old queue's depth reaches zero before removing it.

Resources:

  • The Worker configuration's queue binding.

Boundaries:

  • Don't remove the old queue until it's confirmed empty.

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