# LockOptions.skipArgs property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.lockoptions.skipargs/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Positional indices of arguments to exclude when computing the lock key — useful for request-context or callback arguments that must not affect similarity.

**Signature:**

```typescript
skipArgs?: number[];
```

## Remarks

Excluded arguments are still passed to the method unchanged; only the key ignores them.

