@e2b/python-sdk@2.49.1
·
10 commits
to main
since this release
Patch Changes
- 5e418dc: Document that
onResume/on_resumeneeds a control plane that knows the option: an older self-hosted or BYOC control plane drops thememoryfield and restores memory while reporting success, instead of rejecting the request. - 9136603: Retry control-plane HTTP requests up to three times after
429responses using the server's delta-secondsRetry-Afterdelay. Retries can be configured or disabled withretries, and stop when waiting would exhaust the request timeout. Envd requests, including filesystem operations, and volume-content requests are not retried.