2 dépôts
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.
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.
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.