Skip to content

NoSqlManager. get_creation_lock issue #23

Description

@maxpmaxp

Current NoSqlManager.get_creation_lock doesn't take into account key, which leads to deadlocks in some situations. A possible fixture is:

    def get_creation_lock(self, key):
        return file_synchronizer(
            identifier ="tccontainer/funclock/%s/%s" % (self.namespace, key),
            lock_dir = self.lock_dir)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions