Merge branch 'dev' into fix/preserve-http-method-on-retry

This commit is contained in:
Karim shoair
2026-03-17 22:04:57 +02:00
committed by GitHub
17 changed files with 416 additions and 208 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ class CrawlerEngine:
Returns True if successfully restored, False otherwise.
"""
if not self._checkpoint_system_enabled:
raise
return False
data = await self._checkpoint_manager.load()
if data is None: