Skip to content

fix(ux): print error message on SSH/exec exit failures#128

Merged
skevetter merged 1 commit into
mainfrom
fix/silent-exit-errors
Apr 25, 2026
Merged

fix(ux): print error message on SSH/exec exit failures#128
skevetter merged 1 commit into
mainfrom
fix/silent-exit-errors

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

  • SSH exit errors and exec exit errors now print a diagnostic message (log.Errorf) before calling os.Exit, so users see what failed instead of a silent exit.
  • Default error path replaced log.Fatal/log.Fatalf with log.Errorf + os.Exit(1) to allow deferred cleanup functions (like telemetry flush) to run before the process exits.

Replace silent os.Exit calls with log.Errorf messages before exiting,
so users see what failed. Replace log.Fatal with log.Errorf + os.Exit(1)
to allow deferred cleanup functions to run.
@netlify

netlify Bot commented Apr 25, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit b19bc96
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/69ed1506b0887c0008a49f44

@coderabbitai

coderabbitai Bot commented Apr 25, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@skevetter has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 43 minutes and 41 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 43 minutes and 41 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: faa87104-c0ff-4093-b540-4806b02bd507

📥 Commits

Reviewing files that changed from the base of the PR and between 42418d1 and b19bc96.

📒 Files selected for processing (1)
  • cmd/root.go

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@skevetter
skevetter merged commit 61c84c9 into main Apr 25, 2026
47 checks passed
@skevetter
skevetter deleted the fix/silent-exit-errors branch April 25, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant