23 Repos
Controls for terminating tasks after a specified duration.
Distinct from Execution Rate Limiters: Distinct from Execution Rate Limiters: focuses on total task duration rather than request-per-second concurrency limits.
Explore 23 awesome GitHub repositories matching devops & infrastructure · Execution Time Limits. Refine with filters or upvote what's useful.
Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a closed-loop system to programmatically rewrite training and architecture source code to discover optimal language model configurations. The system iteratively modifies code and evaluates performance metrics to improve model quality based on a target objective. It optimizes model performance and training efficiency by tracking validation bits per byte, which allows for a fair comparison of architectural changes independently of vocabulary size. The framework manages the full training
Limits each experimental training run to a specific time window to evaluate efficiency across different configurations.
Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse encryptions, encodings, and hashes without requiring a known key or cipher. It functions as a hash cracking engine and a heuristic cipher identifier to recover original plaintext from unknown data patterns. The project features a nested encoding resolver that iteratively unwraps multiple layers of encryption and encoding until readable text is reached. It employs a heuristic cryptanalysis workflow to analyze data characteristics and guess the likely encoding scheme or encryption method
Sets maximum time windows for decoding attempts to prevent infinite execution on undecodable text.
Koel is a self-hosted music streaming server designed for hosting, managing, and streaming personal digital music collections via web and mobile applications. It functions as a personal audio streaming platform that allows users to organize local and cloud-based audio libraries with integrated user accounts and playlist management. The system distinguishes itself by acting as a cloud-integrated media server, enabling the connection of remote storage providers to serve music files without requiring local disk space. It provides a cross-platform playback experience, ensuring consistent access t
Allows adjustment of PHP memory limits and execution timeouts to support large file uploads and long-running requests.
This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure mapping. It functions as a security-focused scanner that identifies hidden files, directories, parameters, and virtual hosts by injecting payloads into HTTP requests. By systematically testing how servers handle various inputs, it assists in mapping the architecture of web applications and uncovering potential security vulnerabilities. The tool distinguishes itself through a highly concurrent engine that manages asynchronous request execution and recursive job orchestration. I
Terminates fuzzing tasks after a specified time period to manage system resource usage effectively.
This project is a lightweight Python scheduling library used for managing recurring jobs and automating the execution of functions within a single process. It serves as an event-based task scheduler that triggers functions at specific intervals or weekdays. The library utilizes human-readable timing syntax to schedule periodic function calls. It supports the organization of timed workflows through job tag filtering and provides mechanisms for scheduler state inspection to track planned execution times. The system handles both periodic and specific job scheduling with timezone support. It inc
Includes capabilities to terminate scheduled tasks via timeout conditions or manual cancellation.
This project is a performance measurement framework and microbenchmarking library designed for C++ and Python. It provides a toolset for measuring the execution time of small code fragments using high-resolution timers, calculating statistical aggregates, and analyzing asymptotic complexity. The framework distinguishes itself through specialized capabilities for multithreaded performance testing, using synchronized execution to measure parallel throughput. It includes mechanisms to prevent compiler optimizations from removing benchmarked code and supports complex parameterization via Cartesia
Provides mechanisms to filter benchmarks via regular expressions or limit execution time.
Metaflow is a Python machine learning framework and MLOps workflow orchestrator designed to manage the lifecycle of data pipelines from local prototyping to production. It serves as a distributed compute manager and an experiment tracking system, enabling the creation of reproducible pipelines that transition between development and high-availability production environments. The framework distinguishes itself through an integrated checkpointing system that automatically persists intermediate data artifacts to remote storage, allowing failed runs to be resumed from the last successful step. It
Provides limits on the maximum execution time for individual pipeline tasks to prevent hanging processes.
BullMQ is a Redis-backed message queue library and background processor designed for distributed task queueing. It functions as a distributed queue manager and task scheduler, utilizing Redis to manage asynchronous job processing and persistence. The system distinguishes itself through its role as a job workflow orchestrator, enabling the definition of complex parent-child job dependencies and hierarchies for multi-step workflows. It provides sandboxed process execution to isolate heavy workloads and prevent event loop blocking, alongside distributed rate limiting to protect downstream servic
Automatically terminates sandboxed worker processes that exceed a specified execution time limit to prevent hanging.
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
Sets maximum execution duration for tasks, treating timeout as a failure for retry.
mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe
Limits the number of tool call rounds in the server-side loop before forcing a response.
Gevent is a Python coroutine concurrency library and asynchronous task manager designed for high-concurrency I/O tasks. It provides a cooperative networking framework for building asynchronous TCP, UDP, and HTTP servers, as well as a WSGI web server implementation for hosting web applications. The project is distinguished by its standard library monkey-patching tool, which replaces blocking synchronous functions with cooperative versions to enable asynchronous behavior in third-party code. This allows for a cooperative multitasking workflow where the system yields execution during I/O waits t
Sets maximum time durations for specific operations to interrupt code that runs longer than expected.
Open Multi-Agent is a TypeScript framework for multi-agent orchestration that decomposes natural language goals into a runtime-generated directed acyclic graph of tasks. It functions as a task orchestrator and workflow state manager, coordinating multiple AI models to execute parallel and sequential operations. The framework is distinguished by a proposer-judge consensus protocol used to validate agent outputs through a quorum of agreement. It employs provider-agnostic model routing to assign specific models to tasks based on roles or execution phases and utilizes state-based workflow checkpo
Implements wall-clock timeouts to abort agent runs and prevent system hangs.
Pytesseract is a Python library that wraps Google's Tesseract OCR engine to extract text from images. It provides a straightforward interface for optical character recognition, supporting multiple languages and a variety of output formats. The library distinguishes itself by offering fine-grained control over the OCR process through custom Tesseract configuration options, including engine mode and page segmentation settings. It can detect image orientation and script type, recognize text in multiple languages, and return detailed metadata such as per-character confidence scores and bounding b
Terminates the Tesseract process when it exceeds a set time limit.
Configures how many consecutive tool-calling rounds the language model may perform before returning control.
GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without
Sets a configurable maximum duration for read-only queries, terminating them automatically when exceeded.
GraphQL-Ruby ist eine Ruby-Bibliothek zum Erstellen von GraphQL-APIs mit einem stark typisierten Schema und einer dedizierten Query-Execution-Engine. Sie bietet ein umfassendes Framework zum Mappen von Anwendungsobjekten auf ein formales Typsystem, was strukturiertes Datenabrufen durch definierte Resolver ermöglicht. Das Projekt zeichnet sich durch fortschrittliche Performance- und Bereitstellungsmechanismen aus, darunter einen Data Loader für Batching und Caching zur Vermeidung von N+1-Abfragemustern. Es unterstützt leistungsstarke Datenbereitstellung durch inkrementelles Response-Streaming, verzögerte Abfrageantworten und paralleles Datenabrufen mittels Fibers. Zudem bietet es native Unterstützung für Relay-Konventionen, einschließlich spezialisierter Helfer für Connections und Objektidentifikation. Die Bibliothek deckt ein breites Spektrum an API-Management ab, einschließlich fein abgestufter Zugriffskontrolle, Schema-Versionierung zur Wahrung der Abwärtskompatibilität und Echtzeit-Updates via Subscriptions. Sie enthält zudem Traffic-Management-Tools zum Schutz von Serverressourcen, wie z. B. die Begrenzung der Abfragekomplexität und Request-Rate-Limiting. Entwicklung und Observability werden durch AST-Analysewerkzeuge, Execution-Tracing und spezialisierte Test-Utilities zur Verifizierung von Batch-Loading unterstützt.
Caps the cumulative execution time a client can consume to protect resources from expensive queries.
OpenCat-Quadruped-Robot ist ein Entwicklungs-Framework und Motion-Control-API für den Bau vierbeiniger Roboter. Es bietet eine umfassende Umgebung für die Entwicklung von Quadruped-Robotern, mit Tools für Locomotion-Gait-Design, inverse Kinematik und eine geschichtete Steuerungsarchitektur, die High-Level-Intelligenz von Low-Level-Bewegungen trennt. Das Projekt zeichnet sich als Embedded-KI-Deployment-Tool aus, das es Benutzern ermöglicht, Machine-Learning-Modelle zu trainieren, zu quantisieren und auf Vision-Module für Aufgaben wie Objekterkennung und visuelles Target-Tracking bereitzustellen. Es unterstützt zudem komplexe Mensch-Roboter-Interaktion durch Offline-Sprachbefehlsverarbeitung, Imitation menschlicher Bewegungen und ein visuelles Block-Programmier-Interface für grafische Logikgenerierung. Das System deckt eine breite Funktionsfläche ab, einschließlich Echtzeit-Balance-Stabilisierung mittels IMU-Daten, autonomer Navigation mittels 3D-Kameras und verschiedener Fernsteuerungs-Interfaces via Bluetooth und WiFi. Es enthält zudem Tools für Roboter-Gait-Simulation, Reinforcement-Learning-Policy-Transfer und eine dedizierte Python-API für externe Software-Integration. Firmware-Management wird über eine Suite von Deployment-Tools abgewickelt, die USB, Bluetooth und Over-the-Air-Updates für Mainboards und Mikrocontroller-Module unterstützen.
Includes a utility to track usage duration and disable robot control after a set interval for exhibitions.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Terminates running database queries that exceed specified time limits to maintain system stability.
Failsafe ist eine JVM-Resilience-Bibliothek, die eine Sammlung von Fehlertoleranz-Mustern für Java-Anwendungen bereitstellt. Sie fungiert als Wrapper für asynchrone Ausführungen, der Aufgaben im Hintergrund ausführt und Futures zurückgibt, um Thread-Blockaden zu verhindern. Die Bibliothek ermöglicht die Komposition von Resilience-Policies, wodurch mehrere Muster zu einer sequenziellen Pipeline gestapelt werden können. Sie enthält spezifische Implementierungen für Circuit Breaking zur Vermeidung von Systemüberlastungen, Rate Limiting zur Steuerung des Datenverkehrs sowie ein Framework zur Verwaltung von Retries und Fallbacks. Die Funktionsbereiche umfassen Traffic-Management durch Concurrency- und Rate-Limits, die Wiederherstellung bei Netzwerkfehlern für HTTP-Aufrufe sowie Observability durch ereignisgesteuerte Überwachung von Zustandsänderungen und Ausführungsfehlern. Das System steuert zudem die Ausführungsdauer durch Timeouts, um zu verhindern, dass Prozesse unendlich lange hängen bleiben.
Terminates tasks after a specified duration to prevent processes from hanging indefinitely.
FusionCache is a hybrid distributed caching library that coordinates local memory and distributed storage to balance access speed with global consistency. It functions as a resilient data access layer, utilizing a pluggable serialization framework to convert cached objects into various binary or text formats for compatibility across diverse storage environments. The system maintains cluster consistency through a distributed cache synchronizer that propagates invalidations and state updates across multiple nodes via a shared messaging backplane. It improves reliability by serving stale cache d
Enforces soft and hard timeouts on data loading methods to prevent backend latency from stalling the application.