Skip to content

refactor(infra): retire the drained gittensory-jobs/-dlq queues - #5573

Merged
JSONbored merged 1 commit into
mainfrom
loopover/queue-drain-cleanup
Jul 13, 2026
Merged

refactor(infra): retire the drained gittensory-jobs/-dlq queues#5573
JSONbored merged 1 commit into
mainfrom
loopover/queue-drain-cleanup

Conversation

@JSONbored

Copy link
Copy Markdown
Owner

Summary

The old gittensory-jobs/-dlq drain-window consumers (added in #5558) are removed now that wrangler queues info gittensory-jobs confirms 0 producers and the queue has fully drained — the JOBS producer has been writing exclusively to loopover-jobs since that PR merged.

Once this deploys, the actual Cloudflare-side queue objects will be deleted directly (they can't be deleted while a consumer binding still references them — that binding goes away when this config deploys).

Test plan

  • wrangler queues info gittensory-jobs confirmed 0 producers before removing the consumer entries.
  • Full npm run test:ci gate green.
  • cf-typegen:check clean after rebase.

Closes #4768.

The old gittensory-jobs/-dlq drain-window consumers (added in #5558) are
removed now that `wrangler queues info gittensory-jobs` confirms 0
producers and the queue fully drained -- the JOBS producer has been writing
exclusively to loopover-jobs since that PR merged. Completes the #4768
queue rename; the Cloudflare-side queue objects themselves are deleted
directly (not tracked in code) once this deploys and the consumer binding
that currently blocks deletion is released.

Closes #4768.
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.98%. Comparing base (0e6d368) to head (14db65f).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5573   +/-   ##
=======================================
  Coverage   94.98%   94.98%           
=======================================
  Files         573      573           
  Lines       45469    45469           
  Branches    14680    14680           
=======================================
  Hits        43187    43187           
  Misses       1531     1531           
  Partials      751      751           
Flag Coverage Δ
shard-1 44.03% <ø> (-0.01%) ⬇️
shard-2 35.68% <ø> (+0.01%) ⬆️
shard-3 32.03% <ø> (-0.09%) ⬇️
shard-4 31.03% <ø> (-1.85%) ⬇️
shard-5 32.78% <ø> (+0.90%) ⬆️
shard-6 44.56% <ø> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JSONbored JSONbored self-assigned this Jul 13, 2026
@loopover-orb loopover-orb Bot added the gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier. label Jul 13, 2026
@loopover-orb

loopover-orb Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Important

🟪🟪🟪🟪🟪🟪🟪🟪🟪🟪🟪🟪

🔍 Gittensory is reviewing…

AI analysis is in progress. This comment will update when the review is complete.

🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed · 🟪 Reviewing

@JSONbored
JSONbored merged commit 407411f into main Jul 13, 2026
17 checks passed
@JSONbored
JSONbored deleted the loopover/queue-drain-cleanup branch July 13, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename the Cloudflare Queue

1 participant