Skip to main content

8 docs tagged with "distributed-locking"

View all tags

@needs_lock decorator

Reference documentation for the @needs_lock decorator that applies distributed locking to Temporal activities.

Distributed locking

Frequently asked questions about distributed locking in the Application SDK including decorator usage, testing, and configuration.

Distributed locking

Understand distributed locking in the Application SDK and how it coordinates resource access across distributed Atlan applications to prevent race conditions and implement rate limiting.

Distributed locking issues

Troubleshoot distributed locking errors with Redis connection failures, lock acquisition timeouts, and Sentinel configuration issues.

RedisLockInterceptor

Manages distributed locks for activities using Redis. Limits concurrent execution to a specified number of activities with the same lock name.

Use distributed locking

Apply distributed locking to control concurrent operations across workflow instances and prevent resource overload.