spring-guides / gs-scheduling-tasks

Scheduling Tasks :: Learn how to schedule tasks with Spring.
https://spring.io/guides/gs/scheduling-tasks/
Apache License 2.0
128 stars 161 forks source link

Multiple Triggers from Cloud #18

Open HemasekharT opened 5 years ago

HemasekharT commented 5 years ago

Hi Everyone. I have an issue with the Jobs being triggered from Multiple instances of Pivotal Cloud environments. How to handle this issue. Thanks!!

maciejwalkowiak commented 4 years ago

I've been using https://github.com/lukas-krecan/ShedLock to use @Scheduled in clustered environment.

Buzzardo commented 12 months ago

Someone could add Maciej's observation about how to get it to work in clustered environments to the readme.