Skip to content

Conversation

@kurzschlussidi
Copy link
Contributor

Description

This update ensures that the Docker container starts a uWSGI instance to enable load balancing with multiple Python instances. Additionally, it implements auto-restart in case a Python instance crashes, improving fault tolerance and system stability.

Why

Better Performance: Distributes load across multiple Python instances.
Increased Stability: Prevents service disruptions by restarting failed instances.
Scalability: Allows efficient handling of multiple concurrent requests.

Ensure Docker container starts a uWSGI instance for load balancing with multiple Python instances and enables auto-restart if a Python instance crashes.
@maschhoff maschhoff merged commit 52afd09 into maschhoff:master May 25, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants