Pool-Of-Tears / KtScheduler

LIghtweight task/job scheduling library for Kotlin, powered by Kotlin coroutines!
https://javadoc.jitpack.io/com/github/Pool-Of-Tears/KtScheduler/latest/javadoc/index.html
Apache License 2.0
21 stars 1 forks source link

Prevent same job from executing again if it is already running (concurrency #16

Closed zivkovic closed 2 months ago

zivkovic commented 2 months ago

Not using this library currently, just suggesting an idea. The same as @DisallowConcurrentExecution in quartz scheduler. Somehow I always need this...

Thanks!

starry-shivam commented 2 months ago

Good idea! I'll try to implement something like this in next release.