Expand description
Concurrency Control
Provides distributed locking for task concurrency groups to ensure serialized execution of deployment tasks.
Structs§
- Concurrency
Lock - Concurrency lock manager
- Lock
Config - Configuration for concurrency lock
- Lock
Guard - Guard that releases lock when dropped
- Lock
Metadata - Lock metadata stored in lock file
Enums§
- Lock
Error - Errors for lock operations
Constants§
- DEFAULT_
LOCK_ TIMEOUT - Default lock timeout (5 minutes)
- STALE_
LOCK_ THRESHOLD - Default stale lock threshold (10 minutes)