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
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Run azd up or azd deploy commands in the Azure-Samples/azure-search-openai-demo project environment. Deploying in this configuration results in the bot failing to start, potentially due to Docker memory constraints or missing dependencies in the container.
Any log messages given by the failure
2024-10-23 14:40:18.742 - ERROR - Worker (pid:93) was sent SIGKILL! Perhaps out of memory?
2024-10-23 23:45:47.907 - ERROR - ModuleNotFoundError: No module named 'main'
2024-10-24 13:49:59.818 - ERROR - Worker (pid:92) was sent SIGTERM!
2024-10-24 13:50:02.833 - ERROR - Container didn't respond to HTTP pings on port: 8000, failing site start. See container logs for debugging.
Expected/desired behavior
The bot should successfully start, handle requests, and function without memory overuse or dependency issues causing it to fail.
OS and Version?
Linux (Azure App Service)
azd version?
azd 1.10.1
Mention any other details that might be useful
The following issues were observed:
Multiple memory-related errors suggesting that Docker containers may be exceeding allocated memory.
"ModuleNotFoundError: No module named 'main'" in Python, indicating a possible missing or misconfigured module in the container.
Worker processes receive SIGKILL and SIGTERM signals, further suggesting memory constraints or other resource limits.
Container fails to start and respond to HTTP pings on port 8000.
This issue may relate to the default resource allocation in the Azure App Service or missing dependencies in the container setup.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
azd version?
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: