awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

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

    ouqiang/gocron

    6,255Vezi pe GitHub↗

    定时任务管理系统

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

    Gocroncrontabgolang
    Vezi pe GitHub↗6,255
  • weiye-jing/datax-webAvatar WeiYe-Jing

    WeiYe-Jing/datax-web

    6,009Vezi pe 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
    Vezi pe GitHub↗6,009
  • geektutu/high-performance-goAvatar geektutu

    geektutu/high-performance-go

    3,888Vezi pe GitHub↗

    Acest proiect este un ghid cuprinzător de programare pentru performanță și o referință pentru limbajul Go, concentrându-se pe eficiența runtime și optimizarea memoriei. Oferă o colecție de tipare și tehnici concepute pentru a crește viteza de execuție prin reducerea overhead-ului garbage collection-ului și optimizarea utilizării memoriei. Resursa se distinge prin implementări de referință detaliate pentru optimizarea memoriei, cum ar fi escape analysis, object pooling și alinierea memoriei structurilor. Oferă strategii specifice pentru reducerea dimensiunii binarului și îmbunătățirea eficienței cache-ului CPU prin optimizarea layout-ului memoriei structurilor și utilizarea placeholder-elor cu alocare zero. Proiectul acoperă o gamă largă de capabilități de inginerie backend, inclusiv gestionarea concurenței cu worker pools și primitive de sincronizare, RPC de înaltă performanță și rutare HTTP, precum și strategii de caching distribuit. Include, de asemenea, îndrumări privind observabilitatea prin profilarea CPU și a memoriei, precum și tipare de asigurare a calității pentru unit testing funcțional și generarea de obiecte mock. Conținutul este structurat ca o serie de tutoriale, exemple arhitecturale și ghiduri de benchmarking pentru a ajuta dezvoltatorii să analizeze și să remedieze blocajele de performanță.

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

    Goeffective-golanggogolang
    Vezi pe GitHub↗3,888
  • moonrepo/moonAvatar moonrepo

    moonrepo/moon

    3,687Vezi pe 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
    Vezi pe GitHub↗3,687
  • spring-projects/spring-retryAvatar spring-projects

    spring-projects/spring-retry

    2,268Vezi pe 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
    Vezi pe GitHub↗2,268
  1. Home
  2. Development Tools & Productivity
  3. Task Timeout Management

Explorează sub-etichetele

  • 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.