Skip to content

Question: Purpose of Mutex Lock in Provision/Deprovision #28

@jose-joye

Description

@jose-joye

Hello,

While looking at the code of logic.go, we have seen that you protect the provision/deprovision execution with a Mutex.
This means, we will queue all requests related to provision/deprovision.
In our use case, this could be an issue.

Do you know the reason why this Mutex is set at the beginning of the methods?
From our point of view, this is not really needed. Could you comment or confirm?

Thanks a lot,
José

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions