Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Use locking so multiple workers can run on the same machine #138

@Htbaa

Description

@Htbaa

Currently when running multiple workers a race condition can occur when both workers need access to the same repository. When working on a repository the worker should use some kind of locking mechanism that prevents other workers from accessing it. When locked the worker should just sleep and wait. Perhaps Gearman has some feature for denying a task so it can get queued again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions