op: unlock

Release a concurrency lock acquired with lock.

Allowed phases

PhaseStatus
preflight✗ forbidden
core✓ allowed
side_effects✓ allowed

Syntax

- op: unlock
  key: item.sku

Parameters

FieldRequiredDescription
keyyesSame key passed to lock

Behavior

  • Always pair with a preceding lock in the same rule scope.

lock

See also