fix(life-manager): #10 [life-manager] BUG: Pre-event calls (10min/5min before) are not firing#322
Open
Daisuke134 wants to merge 1 commit into
Open
fix(life-manager): #10 [life-manager] BUG: Pre-event calls (10min/5min before) are not firing#322Daisuke134 wants to merge 1 commit into
Daisuke134 wants to merge 1 commit into
Conversation
…balance (life-manager#10) Traced the full T-10/T-5 chain live against the Dais tenant (real Supabase lm_wake_log rows with answered_at set, Telnyx balance $23.26): the pipeline is currently firing correctly. The originally reported "calls not firing" (2026-07-11 evidence) matches the Telnyx balance-too-low preflight in lib/dial.js, whose ONLY admin signal was maybeAlertLowBalance (added 2026-07-17, f82010e) — that alert is balance-specific. Remaining gap: any OTHER placeCall failure (rotated TELNYX_API_KEY, wrong TELNYX_CONNECTION_ID, Telnyx outage) still fails every tick with nothing but a console.error nobody watches on Railway — the identical "silently never fires" failure mode, just a different trigger. Add maybeAlertDialFailure, same pure-decision/side-effect/throttle pattern as maybeAlertLowBalance, for non-balance dial errors, wired into wakeUserOnce's existing failure branch. Co-Authored-By: Claude <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes life-manager#10 (Daisuke134/life-manager).
Unattended life-manager-dev loop pass. npm test green in apps/life-call before this PR was opened. NOT merged — awaiting Dais review.