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

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

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

2 Repos

Awesome GitHub RepositoriesTask Timeout and Retry Configurations

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

Explore 2 awesome GitHub repositories matching development tools & productivity · Task Timeout and Retry Configurations. Refine with filters or upvote what's useful.

Awesome Task Timeout and Retry Configurations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • weiye-jing/datax-webAvatar von WeiYe-Jing

    WeiYe-Jing/datax-web

    6,009Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,009
  • spring-projects/spring-retryAvatar von spring-projects

    spring-projects/spring-retry

    2,268Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,268
  1. Home
  2. Development Tools & Productivity
  3. Task Timeout Management
  4. Task Timeout and Retry Configurations