awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ouqiang/gocronouqiang 的头像

    ouqiang/gocron

    6,255在 GitHub 上查看↗

    定时任务管理系统

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

    Gocroncrontabgolang
    在 GitHub 上查看↗6,255
  • weiye-jing/datax-webWeiYe-Jing 的头像

    WeiYe-Jing/datax-web

    6,009在 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
    在 GitHub 上查看↗6,009
  • geektutu/high-performance-gogeektutu 的头像

    geektutu/high-performance-go

    3,888在 GitHub 上查看↗

    该项目是 Go 语言的综合性能编程指南和参考,专注于运行时效率和内存优化。它提供了一系列模式和技术,旨在通过减少垃圾回收开销和优化内存使用来提高执行速度。 该资源通过详细的内存优化参考实现脱颖而出,例如逃逸分析、对象池和结构体内存对齐。它提供了减少二进制大小和通过结构体内存布局优化及使用零分配占位符来提高 CPU 缓存效率的具体策略。 该项目涵盖了广泛的后端工程功能,包括使用工作池和同步原语的并发管理、高性能 RPC 和 HTTP 路由以及分布式缓存策略。它还包括通过 CPU 和内存分析进行可观测性的指南,以及用于功能单元测试和模拟对象生成的质量保证模式。 内容结构化为一系列教程、架构示例和基准测试指南,以帮助开发者分析和修复性能瓶颈。

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

    Goeffective-golanggogolang
    在 GitHub 上查看↗3,888
  • moonrepo/moonmoonrepo 的头像

    moonrepo/moon

    3,687在 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
    在 GitHub 上查看↗3,687
  • spring-projects/spring-retryspring-projects 的头像

    spring-projects/spring-retry

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

探索子标签

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