Hello.
I have a cron job function in one of the projects I’m working.
When making changes that doesn’t directly effect that functionality I get this error:
Litium.Runtime.DistributedLock.DistributedLockException
The changes are very minor so the error I get doesn’t exactly make sense. When running my changes in the test-cloud environment the cron job simply won’t let go of the lock.
However when I revert back to simply what I had before, dev without the small changes, it works again.
Does anyone have any idea as to why this might be?