mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
[PR #559] [MERGED] fix: use exec the uvicorn process to handle Docker's SIGTERM correctly #7173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/559
Author: @peperunas
Created: 1/24/2024
Status: ✅ Merged
Merged: 1/25/2024
Merged by: @tjbck
Base:
main← Head:patch-2📝 Commits (1)
1cbbfc7fix: use exec the uvicorn process to handle Docker's SIGTERM correctly📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/start.sh(+1 -1)📄 Description
Replace the shell with the uvicorn process, so it becomes PID 1 and receives the signals directly
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.