Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
/ ai-scheduler Public archive

Simple low-level helper for schedule task. (Inspired by Quartz)

Notifications You must be signed in to change notification settings

dongchany/ai-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI-SCHEDULER

Task-scheduler for Java that was inspired by the need for a clustered java.util.concurrent.ScheduledExecutorService simple that Xxl-job.

Features

  • Cluster-friendly. Guarantees execution by single scheduler instance.
  • Persistent tasks. Requires single database-table for persistence.
  • Simple.
  • Embeddable. Built to be embedded in existing applications.

About

Simple low-level helper for schedule task. (Inspired by Quartz)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages