michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

Add instance id to all locks. #8

Closed vladvoic closed 11 years ago

vladvoic commented 11 years ago

Remove lock always searches for the instance id, and here the instance id is not added.

In certain corner cases this causes huge pain, as one instance tries to delete the lock, fails, and then acquires the same lock, resulting in a rather nasty loop.

If you think there is a better way to do this, please let me know.

michaelklishin commented 11 years ago

Released 1.1.0-beta6