-
Notifications
You must be signed in to change notification settings - Fork 16
Remote Rollout Processor, Raise Exception from its Logs, and new Vercel default server #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
c1f7701
d3ef46c
f841334
c705cb8
779c6aa
7c94a7e
7c99091
55043e4
0ebd017
4c855e7
d719a6c
aeafa13
d9666fd
d569a64
a71074e
72e3506
50b324e
d63e109
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -166,6 +166,8 @@ def _get_status() -> Dict[str, Any]: | |
| f"Found Fireworks log for rollout {row.execution_metadata.rollout_id} with status code {status_code}" | ||
| ) | ||
|
|
||
| Status.raise_from_status_details(status_details) | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Exception Handling Causes Inconsistent Status UpdatesThe call to |
||
| row.rollout_status = Status( | ||
| code=Status.Code(status_code), | ||
| message=status_message, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.