File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
- ShedLock [ ![ Build Status ] ( https://travis-ci.org/lukas-krecan/ShedLock.png?branch=master )] ( https://travis-ci.org/lukas-krecan/ShedLock ) [ ![ Maven Central ] ( https://maven-badges.herokuapp.com/maven-central/net.javacrumbs.shedlock/shedlock-parent/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/net.javacrumbs.shedlock/shedlock-parent )
1
+ ShedLock
2
2
========
3
+ [ ![ Apache License 2] ( https://img.shields.io/badge/license-ASF2-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0.txt ) [ ![ Build Status] ( https://travis-ci.org/lukas-krecan/ShedLock.png?branch=master )] ( https://travis-ci.org/lukas-krecan/ShedLock ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/net.javacrumbs.shedlock/shedlock-parent/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/net.javacrumbs.shedlock/shedlock-parent )
3
4
4
5
ShedLock does one and only thing. It makes sure your scheduled tasks ar executed at most once at the same time.
5
6
If a task is being executed on one node, it acquires a lock which prevents execution of the same task from another node (or thread).
You can’t perform that action at this time.
0 commit comments