awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

15 Repos

Awesome GitHub RepositoriesTask Worker Configurations

Settings for controlling execution behavior, including retry logic, timeouts, and concurrency constraints for workflow workers.

Distinguishing note: Focuses on worker-side execution parameters rather than the workflow blueprint or task definition.

Explore 15 awesome GitHub repositories matching devops & infrastructure · Task Worker Configurations. Refine with filters or upvote what's useful.

Awesome Task Worker Configurations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • conductor-oss/conductorAvatar von conductor-oss

    conductor-oss/conductor

    31,962Auf GitHub ansehen↗

    Conductor is a durable workflow engine designed to orchestrate complex, long-running business processes and autonomous agent loops. It functions as a stateful execution platform that persists the entire history of a process, ensuring that workflows remain reliable and recoverable across infrastructure failures, system restarts, and transient network errors. By managing task lifecycles, worker polling, and state transitions, it provides a centralized coordination layer for distributed systems. The platform distinguishes itself through its specialized support for AI agent orchestration, allowin

    Durable workflow engines set task execution parameters including retry policies, response timeouts, and concurrency limits to manage how workers process tasks within a workflow.

    Javadistributed-systemsdurable-executiongrpc
    Auf GitHub ansehen↗31,962
  • grpc/grpc-goAvatar von grpc

    grpc/grpc-go

    22,962Auf GitHub ansehen↗

    grpc-go is a Go language implementation of the gRPC framework, providing a remote procedure call library for high-performance service communication. It uses the HTTP/2 protocol to execute functions on remote servers as if they were local methods and utilizes protobuf service bindings to generate type-safe client and server code. The project features a bidirectional streaming transport that supports asynchronous, full-duplex message streams between clients and servers. This networking layer allows for various communication patterns, including client-to-server and server-to-client streaming, to

    Allows adjusting the number of background processing threads to balance throughput and CPU usage.

    Godogs-over-catsgiant-robotsgo
    Auf GitHub ansehen↗22,962
  • temporalio/temporalAvatar von temporalio

    temporalio/temporal

    18,411Auf GitHub ansehen↗

    Temporal is a distributed workflow orchestration engine designed to manage fault-tolerant, stateful, and long-running background processes. It functions as a platform for coordinating complex cross-service operations, ensuring consistency and reliability in distributed environments by decoupling workflow orchestration from task execution. The platform distinguishes itself through a deterministic, event-sourced execution model that reconstructs workflow state by re-executing code from an immutable event log. This approach isolates non-deterministic side effects into managed activities, allowin

    Manages assignment and redirect rules to control which worker build versions process specific tasks.

    Gocronjob-schedulerdistributed-crondistributed-systems
    Auf GitHub ansehen↗18,411
  • operator-framework/operator-sdkAvatar von operator-framework

    operator-framework/operator-sdk

    7,658Auf GitHub ansehen↗

    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.

    Provides configuration settings to tune the number of concurrent reconciliation workers based on CPU capacity.

    Gokubernetesoperatorsdk
    Auf GitHub ansehen↗7,658
  • hatchet-dev/hatchetAvatar von hatchet-dev

    hatchet-dev/hatchet

    6,622Auf GitHub ansehen↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Registers long-running worker processes that receive task assignments from the orchestration engine.

    Goconcurrencydagdistributed
    Auf GitHub ansehen↗6,622
  • j3ssie/osmedeusAvatar von j3ssie

    j3ssie/Osmedeus

    6,425Auf GitHub ansehen↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Configures workers after provisioning using cloud-init, custom SSH commands, or Ansible playbooks.

    Go
    Auf GitHub ansehen↗6,425
  • rllm-org/rllmAvatar von rllm-org

    rllm-org/rllm

    5,641Auf GitHub ansehen↗

    rllm is an asynchronous reinforcement learning framework for training language agents. It provides a unified pipeline that runs the same agent code for both evaluation and training, automatically capturing traces for gradient computation. The framework supports distributed reinforcement learning across multiple GPUs and nodes using pluggable backends, and executes agents in isolated sandboxes—either locally or in the cloud—for safe and scalable rollout collection. It trains agents built with LangGraph, SmolAgents, OpenAI Agents SDK, or custom frameworks without requiring core logic changes. T

    The platform executes an arbitrary script on each training worker before the job starts, enabling custom initialization per cluster.

    Pythonagent-frameworkagentic-workflowcoding-agent
    Auf GitHub ansehen↗5,641
  • buildbot/buildbotAvatar von buildbot

    buildbot/buildbot

    5,452Auf GitHub ansehen↗

    Buildbot ist ein auf Python basierendes Continuous-Integration-Framework und ein verteilter Build-Orchestrator. Es fungiert als Build-Automatisierungs-Engine, die das Abrufen von Quellcode, die Ausführung von Build-Schritten und die Berichterstattung über Ergebnisse über einen zentralen Controller und ein Netzwerk aus Remote-Worker-Agents koordiniert. Das System zeichnet sich durch eine plugin-basierte Erweiterbarkeitsarchitektur und ein Master-Worker-Verteilungsmodell aus. Es ermöglicht dynamische Build-Anpassungen zur Laufzeit und unterstützt ein austauschbares Datenbank-Backend zur Persistierung des Systemzustands und historischer Build-Daten. Das Projekt deckt ein breites Spektrum an Funktionen ab, darunter automatisierte Build-Planung und Pipeline-Orchestrierung, Versionskontrollintegration via Polling und Webhooks sowie die Bereitstellung von Workern auf physischen Servern, Docker-Containern und Kubernetes-Clustern. Zudem bietet es umfassende Überwachung und Observability durch Build-Log-Analyse und Performance-Tracking sowie sicheres Secret-Management und Multi-Provider-Authentifizierung. Die administrative Steuerung erfolgt über eine dedizierte Weboberfläche und Befehlszeilenwerkzeuge zur Konfigurationsvalidierung und Prozessverwaltung.

    Sets up remote agents that execute build tasks and report results back to the central controller.

    Python
    Auf GitHub ansehen↗5,452
  • piscinajs/piscinaAvatar von piscinajs

    piscinajs/piscina

    5,053Auf GitHub ansehen↗

    Piscina is a Node.js worker thread pool that runs CPU-intensive JavaScript functions across multiple threads for parallel execution. It manages a dynamic pool of worker threads with configurable size, handling task submission, cancellation, and lifecycle management through a promise-based interface. The pool supports AbortController-based task cancellation, enabling clean termination of submitted or running tasks without disrupting other work. It enforces per-worker memory limits through V8 resource caps and applies backpressure with a configurable maximum queue size that emits a drain event

    Provides a deferred worker readiness protocol that runs initialization tasks before accepting new work.

    TypeScriptmultithreadingnearform-researchnodejs
    Auf GitHub ansehen↗5,053
  • diggerhq/diggerAvatar von diggerhq

    diggerhq/digger

    4,979Auf GitHub ansehen↗

    Digger ist ein GitOps-Infrastruktur-Automatisierungssystem und Terraform-Orchestrator. Es ermöglicht die Ausführung von Infrastrukturplänen und wendet diese direkt aus Pull Requests der Versionskontrolle und CI-Pipelines an. Das Projekt bietet ein Framework für richtlinienbasierte Governance und State-Management. Es setzt rollenbasierte Zugriffskontrollen und benutzerdefinierte Sicherheitsrichtlinien für Infrastrukturänderungen durch, während State-Dateien zentral mit Versionshistorie und Zugriffskontrollen gespeichert werden. Das System verwaltet Infrastruktur-Workflows durch Pull-Request-Kommentar-Trigger und Remote-Ausführung. Es enthält Funktionen zur Drift-Erkennung, um Diskrepanzen zwischen tatsächlichen und gewünschten Cloud-Zuständen zu identifizieren, Sperren für gleichzeitige Ausführungen zur Vermeidung von Race Conditions und Plan-Persistenz, um sicherzustellen, dass genehmigte Versionen in der Produktion angewendet werden.

    Executes infrastructure shell commands on remote cloud worker instances and streams real-time logs back to the user.

    Gogithub-actionshacktoberfestinfrastructure-as-code
    Auf GitHub ansehen↗4,979
  • cirruslabs/tartAvatar von cirruslabs

    cirruslabs/tart

    4,950Auf GitHub ansehen↗

    Tart is an Apple Silicon virtualization manager used to build and run macOS and Linux virtual machines using native hardware virtualization frameworks. It functions as a virtual machine cluster orchestrator and an ephemeral runner for executing continuous integration pipeline steps within isolated, short-lived environments. The system utilizes an OCI-compatible virtual machine registry to push and pull images via standardized container registries. It features a controller-worker architecture that schedules virtual machine lifecycles across remote worker nodes, incorporating a secure SSH jump

    Provides tools and automation playbooks to configure host machines as worker nodes in the cluster.

    Swiftapple-siliconautomationci
    Auf GitHub ansehen↗4,950
  • observedobserver/visual-insightsAvatar von ObservedObserver

    ObservedObserver/visual-insights

    4,653Auf GitHub ansehen↗

    Visual Insights ist eine Plattform für automatisierte explorative Datenanalyse und ein Tool für kausale Inferenz, das entwickelt wurde, um Muster sowie Ursache-Wirkungs-Zusammenhänge in Datensätzen zu entdecken. Es fungiert als interaktive Datenvisualisierungsbibliothek, die einen Grammar-of-Graphics-Ansatz verwendet, um mehrdimensionale Diagramme und Dashboards zu generieren. Das Projekt zeichnet sich durch eine natürlichsprachliche Schnittstelle aus, die Fragen in Klartext mithilfe eines Sprachmodells in Datenantworten und Visualisierungen übersetzt. Es bietet ein spezialisiertes Framework für kausale Entdeckung und Inferenz, das es Benutzern ermöglicht, Variablenverknüpfungen durch interaktive Kausaldiagramme zu identifizieren und What-if-Analysen zur Validierung von Hypothesen durchzuführen. Die Plattform deckt ein breites Spektrum an Funktionen ab, darunter visuelle Datenbereinigung, statistische Profilerstellung und automatisierte Datensatztransformation. Sie unterstützt die Integration verschiedener Daten aus lokalen Dateien und Remote-Datenbanken und verfügt über eine leistungsstarke Verarbeitungs-Engine für die lokale Handhabung großer Datensätze. Zusätzlich ermöglicht das System die Einbettung interaktiver Analysekomponenten in Webanwendungen und Notebooks.

    Executes heavy data computations in a dedicated local worker thread to keep the UI responsive.

    TypeScript
    Auf GitHub ansehen↗4,653
  • laravel/horizonAvatar von laravel

    laravel/horizon

    4,168Auf GitHub ansehen↗

    Horizon is a background job orchestrator and worker manager for Redis queues. It provides a monitoring dashboard to track job throughput, wait times, and failure rates, alongside a system for managing job retries, execution timeouts, and worker distribution. The project distinguishes itself through a Redis-backed monitoring interface that identifies system bottlenecks and a queue alerting system that sends notifications when background job wait times exceed defined thresholds. Worker processes are managed via version-controlled configuration files to ensure consistent balancing and scaling ac

    Uses version-controlled PHP files to define worker execution parameters, timeouts, and retry logic.

    PHPlaravelqueue
    Auf GitHub ansehen↗4,168
  • cloudflare/mcp-server-cloudflareAvatar von cloudflare

    cloudflare/mcp-server-cloudflare

    3,432Auf GitHub ansehen↗

    This is a Model Context Protocol (MCP) server that exposes Cloudflare’s edge platform as a set of tools for AI assistants. It provides a unified interface for managing Cloudflare Workers, including deployment, versioning, and configuration, alongside access to Workers AI for running inference tasks using pre-trained models. The server also covers Cloudflare’s data storage services, including D1 serverless SQLite databases, KV globally distributed key-value stores, and R2 S3-compatible object storage. Beyond core resource management, the server enables automation and scheduling through cron tr

    Lists all versions of a Cloudflare Worker, gets version details, and rolls back to a previous version.

    TypeScript
    Auf GitHub ansehen↗3,432
  • queueclassic/queue_classicAvatar von QueueClassic

    QueueClassic/queue_classic

    1,188Auf GitHub ansehen↗

    Queue Classic is a background processing framework for Ruby applications that manages asynchronous tasks by utilizing relational database tables for job persistence. By storing tasks directly within the database, the system ensures that job creation remains coupled with application transactions, guaranteeing that tasks are only queued when associated data changes are successfully committed. The framework coordinates concurrent worker processes through database-level locking mechanisms, which prevent redundant execution and allow for distributed task processing without the need for an external

    Provides a mechanism for defining custom logic to be executed by background workers.

    Rubyactivejobqueuequeuing
    Auf GitHub ansehen↗1,188
  1. Home
  2. DevOps & Infrastructure
  3. Task Worker Configurations

Unter-Tags erkunden

  • Concurrency TuningConfiguration settings for adjusting the number of worker threads to optimize throughput. **Distinct from Task Worker Configurations:** Specifically targets the number of background threads for RPC stream processing, not workflow retry logic
  • Docker Worker ProvisioningCreation of isolated build environments using Docker with custom host settings and volume mounts. **Distinct from Virtualization Worker Provisioning:** Specifically targets Docker container provisioning for build agents, whereas the sibling focuses on general virtualization.
  • Local Worker Execution4 Sub-TagsStarting a background worker process on the local machine to execute defined tasks. **Distinct from Task Worker Configurations:** Distinct from Task Worker Configurations: focuses on running a worker locally for development, not configuring worker parameters.
  • Virtualization Worker Provisioning3 Sub-TagsConfiguration of host machines to act as virtualization worker nodes. **Distinct from Task Worker Configurations:** Focuses on the initial bootstrapping and configuration of worker nodes rather than runtime execution parameters
  • Worker Logging ConfigurationsSets the verbosity and format of log output and caps the size of gRPC messages the worker sends or receives. **Distinct from Task Worker Configurations:** Distinct from Task Worker Configurations: focuses on logging and gRPC message size configuration rather than execution parameters.
  • Worker Versioning Rules1 Sub-TagAssignment and redirect rules for worker build versions. **Distinct from Task Worker Configurations:** Distinct from Task Worker Configurations: focuses on version-based routing and rollouts rather than general execution parameters.