Skip to content

Conversation

MasterPtato
Copy link
Contributor

Changes

Copy link
Contributor Author

MasterPtato commented Jun 6, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add the label merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Enhanced error handling and observability in the actor status check implementation within packages/core/api/status/src/route/actor.rs.

  • Added structured error handling for actor creation/destruction with specific HTTP status code handling
  • Added request body extraction into separate variable for better code clarity
  • Improved tracing spans by including base_path in debug information
  • Enhanced error messages with ray_id for better request traceability
  • Refactored error handling without modifying core business logic

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

Comment on lines +226 to +229
bail_with!(
INTERNAL_STATUS_CHECK_FAILED,
error = format!("{}: {} (ray_id {})", body.code, body.message, body.ray_id)
);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Consider wrapping this error handling in a helper function since it's repeated in the actor destroy code

Copy link

cloudflare-workers-and-pages bot commented Jun 6, 2025

Deploying rivet with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1d70f97
Status: ✅  Deploy successful!
Preview URL: https://846a0857.rivet.pages.dev
Branch Preview URL: https://06-06-fix-improve-error-hand.rivet.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Jun 6, 2025

Deploying rivet-hub with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1d70f97
Status: ✅  Deploy successful!
Preview URL: https://19a14910.rivet-hub-7jb.pages.dev
Branch Preview URL: https://06-06-fix-improve-error-hand.rivet-hub-7jb.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented Jun 6, 2025

Deploying rivet-studio with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1d70f97
Status: ✅  Deploy successful!
Preview URL: https://84990049.rivet-studio.pages.dev
Branch Preview URL: https://06-06-fix-improve-error-hand.rivet-studio.pages.dev

View logs

@MasterPtato MasterPtato force-pushed the 06-05-fix_add_vector_http_config_to_edge_configs branch from e1a8dda to bb905cd Compare June 6, 2025 18:29
@MasterPtato MasterPtato force-pushed the 06-06-fix_improve_error_handling_in_status_check branch from 36a1286 to 1d70f97 Compare June 6, 2025 18:29
Copy link
Contributor

graphite-app bot commented Jun 9, 2025

Merge activity

  • Jun 9, 4:47 PM UTC: MasterPtato added this pull request to the Graphite merge queue.
  • Jun 9, 4:48 PM UTC: CI is running for this pull request on a draft pull request (#2574) due to your merge queue CI optimization settings.
  • Jun 9, 4:49 PM UTC: Merged by the Graphite merge queue via draft PR: #2574.

graphite-app bot pushed a commit that referenced this pull request Jun 9, 2025
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
@graphite-app graphite-app bot closed this Jun 9, 2025
@graphite-app graphite-app bot deleted the 06-06-fix_improve_error_handling_in_status_check branch June 9, 2025 16:49
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