Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amaljeevs/scheduler-job-service

This scheduler service has capability to perform well in distributed enviroment for HA, the Scheduler job in one instance will be locked until one is finished.
https://github.com/amaljeevs/scheduler-job-service

caching inmemory-cache java-8 lru-cache mssql-database redis-server scheduler-service springboot

Last synced: about 2 months ago
JSON representation

This scheduler service has capability to perform well in distributed enviroment for HA, the Scheduler job in one instance will be locked until one is finished.

Awesome Lists containing this project

README

        

This application supports Distributed Locking with the help of Redis Server to attain locking for Schuduled Jobs Also have locking features used with the same database incoporating with LRU cache for optimising the performance while executing the queries, Which avoids Duplication of the tasks.