You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
* Add env var that will manage GUnicorn setup timeout.
* Ensure env var is treated as innt.
* Update readme to include new env var section and update TOC.
* Add SAGEMAKER_GUNICORN_LOGLEVEL description to readme.
* expose gunicorn logging (#219)
* Add in SAGEMAKER_GUNICORN_TIMEOUT_SECONDS.
* Update readme with PR feedback.
* Remove extra argument in format.
* Remove setup timeout.
* Make readme links clickable.
* Remove boiler plate statements and instead link in descriptive comment of var.
* Update capitalization of Gunicorn.
Co-authored-by: Manu Seth <[email protected]>
how long a Gunicorn worker may be silent before it is killed and restarted.
628
+
```bash
629
+
# Defaults to 30.
630
+
SAGEMAKER_GUNICORN_TIMEOUT_SECONDS="60"
631
+
```
632
+
615
633
## Deploying to Multi-Model Endpoint
616
634
617
635
SageMaker TensorFlow Serving container (version 1.5.0 and 2.1.0, CPU) now supports Multi-Model Endpoint. With this feature, you can deploy different models (not just different versions of a model) to a single endpoint.
0 commit comments