Commit 0109136
fix: Use hashed request_id as cache key in shared RQ client reclaim_request
The reclaim_request method was using request.unique_key directly as the
cache key, while all other methods use unique_key_to_request_id() to
compute a hashed request_id. This inconsistency caused orphaned cache
entries since cached requests were stored under a different key than
what other methods would look up.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 252eb4e commit 0109136
File tree
1 file changed
+2
-2
lines changed- src/apify/storage_clients/_apify
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments