When I try to run multiple edda apps at the same time, first app starts properly but second one fails with error saying schema_version table does not exists. I did some debugging and found that the second app is not able to acquire the lock. This happens because the first app is not releasing the lock properly. Reason is that release lock is happening in a different db connection than the one it was acquired.
When I try to run multiple edda apps at the same time, first app starts properly but second one fails with error saying schema_version table does not exists. I did some debugging and found that the second app is not able to acquire the lock. This happens because the first app is not releasing the lock properly. Reason is that release lock is happening in a different db connection than the one it was acquired.