1 repositorio
Java-based frameworks specifically designed for managing and executing scheduled tasks.
Distinct from Java Frameworks: Specializes Java frameworks for scheduling and task orchestration rather than general application development.
Explore 1 awesome GitHub repository matching software engineering & architecture · Job Scheduling Frameworks. Refine with filters or upvote what's useful.
Quartz is a Java job scheduling framework and task execution engine designed to manage and execute scheduled tasks within application environments. It functions as an enterprise job scheduler that persists job state and execution history to maintain reliability across system restarts. The system distinguishes itself through a decoupled architecture that separates the definition of a job's action from the trigger logic that determines when it runs. It supports distributed task coordination across multiple server nodes to provide high availability and load balancing. The framework covers a bro
Provides a comprehensive Java framework for managing and executing scheduled tasks with complex intervals.