Skip to content

Simple solution to support quartz scheduling with multiple servers. This is just a lock in order to make only one server to work as scheduler. As soon as that server goes down another would get the lock. To distribute the jobs it's recommended for the scheduled tasks to trigger distributed tasks.

Notifications You must be signed in to change notification settings

mufumbo/quartz-hazelcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

quartz-hazelcast

Simple solution to support quartz scheduling with multiple servers. This is just a lock in order to make only one server to work as scheduler. As soon as that server goes down another would get the lock. To distribute the jobs it's recommended for the scheduled tasks to trigger distributed tasks.

About

Simple solution to support quartz scheduling with multiple servers. This is just a lock in order to make only one server to work as scheduler. As soon as that server goes down another would get the lock. To distribute the jobs it's recommended for the scheduled tasks to trigger distributed tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages