LockOptions.skipArgs property
Positional indices of arguments to exclude when computing the lock key — useful for request-context or callback arguments that must not affect similarity.
Signature:
skipArgs?: number[];
Remarks
Excluded arguments are still passed to the method unchanged; only the key ignores them.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.