Skip to content

VOIP-1282-Fix-stale-scheduler-docs - #1158

Merged
pchero merged 1 commit into
mainfrom
VOIP-1282-Fix-stale-scheduler-docs
Aug 2, 2026
Merged

VOIP-1282-Fix-stale-scheduler-docs#1158
pchero merged 1 commit into
mainfrom
VOIP-1282-Fix-stale-scheduler-docs

Conversation

@pchero

@pchero pchero commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Correct stale docs claiming campaign execution and queue timeouts require an external scheduler/cron. Investigation (VOIP-1282) confirmed no such scheduler exists anywhere in the deployment surface, and none is needed: both services self-schedule via delayed RabbitMQ RPC calls to themselves (the same x-delayed-message exchange pattern used throughout the monorepo for internal timers). Neither mechanism is dormant or broken; only the documentation was inaccurate (added by a bulk docs-refresh commit that wasn't derived from tracing the code).

  • bin-campaign-manager: Fix CLAUDE.md and docs/operations.md to describe the self-perpetuating delayed-RPC execute chain instead of an external scheduler dependency
  • bin-queue-manager: Fix CLAUDE.md, README.md, docs/domain.md, and docs/operations.md to describe the self-scheduled timeout_wait/timeout_service delayed RPCs (fired automatically by the queue_join flow action) instead of an external scheduler dependency

Correct stale docs claiming campaign execution and queue timeouts require
an external scheduler/cron. Investigation confirmed no such scheduler
exists anywhere in the deployment surface, and none is needed: both
services self-schedule via delayed RabbitMQ RPC calls to themselves (the
same x-delayed-message exchange pattern used throughout the monorepo for
internal timers). Neither mechanism is dormant or broken; only the
documentation was inaccurate (added by a bulk docs-refresh commit that
wasn't derived from tracing the code).

- bin-campaign-manager: Fix CLAUDE.md and docs/operations.md to describe the
  self-perpetuating delayed-RPC execute chain instead of an external
  scheduler dependency
- bin-queue-manager: Fix CLAUDE.md, README.md, docs/domain.md, and
  docs/operations.md to describe the self-scheduled timeout_wait/
  timeout_service delayed RPCs (fired automatically by the queue_join flow
  action) instead of an external scheduler dependency
@pchero
pchero merged commit 76f3d27 into main Aug 2, 2026
2 of 3 checks passed
@pchero
pchero deleted the VOIP-1282-Fix-stale-scheduler-docs branch August 2, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant