awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesTask Timeout Management

Controls and limits the maximum execution time allowed for automated tasks.

Distinct from Async Task Timeouts: The candidates focus on networking async timeouts or agentic cancellation rather than general build task time limits.

Explore 5 awesome GitHub repositories matching development tools & productivity · Task Timeout Management. Refine with filters or upvote what's useful.

Awesome Task Timeout Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ouqiang/gocronAvatar de ouqiang

    ouqiang/gocron

    6,255Ver en GitHub↗

    定时任务管理系统

    Stop a task that runs longer than a set limit to prevent runaway processes.

    Gocroncrontabgolang
    Ver en GitHub↗6,255
  • weiye-jing/datax-webAvatar de WeiYe-Jing

    WeiYe-Jing/datax-web

    6,009Ver en GitHub↗

    DataX Web is a web-based management platform for scheduling, building, executing, and monitoring distributed data synchronization jobs powered by DataX. It provides a visual console for creating and managing DataX tasks without manual JSON configuration, with a distributed executor cluster that auto-registers worker nodes and supports configurable routing and blocking strategies for task distribution. The platform offers cron-based task scheduling with dynamic start, stop, and immediate status changes, along with incremental sync capabilities that pass dynamic parameters to extract only new o

    Set custom timeout and retry counts for tasks, with automatic interruption on timeout and email-based failure alerts that can extend to other channels.

    Java
    Ver en GitHub↗6,009
  • geektutu/high-performance-goAvatar de geektutu

    geektutu/high-performance-go

    3,888Ver en GitHub↗

    This project is a comprehensive performance programming guide and reference for the Go language, focusing on runtime efficiency and memory optimization. It provides a collection of patterns and techniques designed to increase execution speed by reducing garbage collection overhead and optimizing memory usage. The resource distinguishes itself through detailed reference implementations for memory optimization, such as escape analysis, object pooling, and structure memory alignment. It offers specific strategies for reducing binary size and improving CPU cache efficiency through structure memor

    Implements timers to detect when tasks exceed allotted time limits to prevent resource leaks.

    Goeffective-golanggogolang
    Ver en GitHub↗3,888
  • moonrepo/moonAvatar de moonrepo

    moonrepo/moon

    3,687Ver en GitHub↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Limits the maximum execution time for a task before it is automatically cancelled.

    Rustbuild-systembuild-toolbun
    Ver en GitHub↗3,687
  • spring-projects/spring-retryAvatar de spring-projects

    spring-projects/spring-retry

    2,268Ver en GitHub↗

    Spring Retry is a Java library that provides exception handling, automated operation reattempts, backoff strategies, and recovery mechanisms for application workflows. It handles transient operation failures through declarative annotations, programmatic templates, stateful context storage, and fallback recovery paths. The library controls retry behavior by specifying attempt counts, timeouts, and inclusion or exclusion rules for specific exception types. It pauses execution between attempts using fixed, exponential, or randomized backoff intervals, and caches retry state outside the call stac

    Controls retry behavior by specifying maximum attempt counts, timeouts, and inclusion or exclusion rules.

    Java
    Ver en GitHub↗2,268
  1. Home
  2. Development Tools & Productivity
  3. Task Timeout Management

Explorar subetiquetas

  • Task Timeout and Retry ConfigurationsCombined configuration of timeout limits, retry counts, and failure alert channels for scheduled tasks. **Distinct from Task Timeout Management:** Distinct from Task Timeout Management: adds retry and alert configuration alongside timeout control, not just a single timeout limit.