Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amaljeevs/scheduler-job-service
- Owner: Amaljeevs
- Created: 2024-04-11T09:35:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T11:51:14.000Z (7 months ago)
- Last Synced: 2024-11-17T19:49:40.573Z (about 2 months ago)
- Topics: caching, inmemory-cache, java-8, lru-cache, mssql-database, redis-server, scheduler-service, springboot
- Language: Java
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.