-
Notifications
You must be signed in to change notification settings - Fork 738
Autopause beta with list v2 #694
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
Autopause beta with list v2 #694
Conversation
…://github.com/e2b-dev/E2B into add-metrics-method-to-js-sdk-e2b-1312
…com/e2b-dev/E2B into add-metrics-method-to-js-sdk-e2b-1312
…dev/E2B into add-metrics-methods-to-sdks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why commented out?
mishushakov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was this line changed in sandbox api .py error handling?
- if res.status_code >= 300
+ if res.status_code >= 300 or isinstance(res.parsed, Error)can res.parsed even be an error?
This seems in line with the open API spec, response can be |
|
will |
Quick question here—is this a problem of the API client not being able to compose the state field properly, because it is too complicated? |
|
@ValentaTomas we are using a query parameter format that the API client does not generate correctly for some reason (state=paused,running vs state=paused&state=running), the override had to be added to the generated code |
|
@ValentaTomas, GTM? |

Uh oh!
There was an error while loading. Please reload this page.