awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesServer Load Management

Mechanisms for monitoring system resource usage and throttling task acceptance to prevent server overload.

Distinct from Stub Loading Management: The candidates focus on loading assets or stubs into memory, whereas this is about managing server-wide compute/traffic load to prevent crashes.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Server Load Management. Refine with filters or upvote what's useful.

Awesome Server Load Management GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • livekit/agentsAvatar livekit

    livekit/agents

    9,379Vezi pe GitHub↗

    This project is a framework for developing multimodal AI agents that function as programmable participants in real-time communication rooms. It enables the construction of agents that can see, hear, and speak by integrating speech-to-text, large language models, and text-to-speech pipelines to facilitate low-latency, natural conversations. The system is distinguished by its advanced orchestration of real-time media and conversational flow, including support for full-duplex speech, preemptive response generation, and sophisticated interruption management. It further differentiates itself throu

    Implements resource monitoring to stop accepting new agent tasks when server load thresholds are reached.

    Pythonagentsaiopenai
    Vezi pe GitHub↗9,379
  • operator-framework/operator-sdkAvatar operator-framework

    operator-framework/operator-sdk

    7,658Vezi pe GitHub↗

    The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes API. It serves as a toolset for defining new API types and implementing reconcile loops to automate the lifecycles of complex applications. The project provides specialized support for creating operators based on Helm charts or Ansible playbooks, allowing users to maintain a desired cluster state using existing automation tools. It includes a dedicated system for packaging controllers into standardized container image bundles for distribution via the Operator Lifecycle Manager.

    Optimizes API server load by routing read requests through local caches and directing writes to the server.

    Gokubernetesoperatorsdk
    Vezi pe GitHub↗7,658
  • agones-dev/agonesAvatar agones-dev

    agones-dev/agones

    6,888Vezi pe GitHub↗

    Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo

    Automatically adjusts running server instances based on real-time load and specific buffer requirements.

    Goagonesdedicated-game-serversdedicated-gameservers
    Vezi pe GitHub↗6,888
  • hydro-dev/hydroAvatar hydro-dev

    hydro-dev/Hydro

    6,667Vezi pe GitHub↗

    Hydro is an online judge platform and competitive programming management system. It provides the infrastructure to host programming contests, manage a library of programming problems, and evaluate code submissions against predefined test cases and time limits. The system utilizes a distributed code execution engine that scales judging tasks across multiple worker nodes to process high volumes of submissions. It is built as a modular judge framework, employing a plugin-based architecture that allows for the extension of system functionality without modifying the core source code. The platform

    Automatically adjusts the number of active evaluation workers based on the system queue and real-time load.

    TypeScriptacm-icpccpphydro
    Vezi pe GitHub↗6,667
  1. Home
  2. DevOps & Infrastructure
  3. Server Load Management

Explorează sub-etichetele

  • Load-Based Fleet ScalingScaling server replicas based on real-time resource load and required buffer capacity. **Distinct from Server Load Management:** Moves from general load management (throttling) to active fleet scaling based on load metrics