feat(frontend): ping actor if its in the crash loop#4448
Conversation
|
🚅 Deployed to the rivet-pr-4448 environment in rivet-frontend
|
|
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.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Updated review (previous feedback partially addressed) Addressed since last review
Remaining issues 1. Redundant query for
2. Button hidden without explanation when retry is already scheduled When 3. Missing crash error in The Minor
|
MasterPtato
left a comment
There was a problem hiding this comment.
Change "ping actor now" to "wake" (same as when its sleeping)
Also change .with("crashed" branch to have a wake button as well
f893284 to
0638a17
Compare

Description
Added support for crash-loop actor status in the guard connectable inspector. This change introduces a new
CrashLoopActorcomponent that displays an error state with an exclamation triangle icon, informative messaging about retry behavior, and a "Ping Actor now" button when the actor is not scheduled for future retry. The component fetches additional status information and provides manual intervention capabilities for actors stuck in crash loops.Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: