DistributedLock

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?

What is your changes? Very hard to say something without knowing what the cron job does and what is your changes.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.