fix: prevent get_request from permanently blocking requests by Mirza-Samad-Ahmed-Baig · Pull Request #1684 · apify/crawlee-python
vdusek
changed the title
fix: avoid marking requests in progress on get_request
fix: prevent get_request from permanently blocking requests
Mantisus pushed a commit to Mantisus/crawlee-python that referenced this pull request
Feb 9, 2026• Fixed a file-system request-queue bug where get_request() incorrectly marked requests as in-progress, which could permanently block them from fetch_next_request(). I removed the side effect and added a regression test to ensure get_request() remains read-only Signed-off-by: Mirza-Samad-Ahmed-Baig <Mirzasamadahmedbaig@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters