Commit 89309bc
fix: remove deprecation from
## Summary
- Remove `@deprecated` JSDoc tag from `RequestQueueV1` class
- This class remains a valid fallback for users encountering issues with
the default `RequestQueue` (v2 with locking)
- The deprecation notice was misleading as the class will continue to be
supported
## Test plan
- [x] Verified no other deprecation mentions exist for RequestQueueV1 in
the codebase
- [x] Documentation in `docs/experiments/request_locking.mdx` correctly
describes RequestQueueV1 as a fallback option
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>RequestQueueV1 (apify#3341)1 parent 5f33f65 commit 89309bc
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
0 commit comments