Skip to content

Distributed Locks #7

@FA-SaurabhSingh

Description

@FA-SaurabhSingh

Currently, multiple instances of our containerized service can attempt to perform operations on the same shared resource simultaneously, leading to potential race conditions and data inconsistencies. This issue becomes critical when scaling the service horizontally in environments like Kubernetes.

We need to implement a distributed locking mechanism, using Redis, to ensure that only one instance of the service can perform critical sections of the code at a given time.

cc: @apgapg

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