We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1693ef commit 99b9c1fCopy full SHA for 99b9c1f
src/crawlee/statistics/_error_snapshotter.py
@@ -32,7 +32,7 @@ async def capture_snapshot(
32
"""Capture error snapshot and save it to key value store.
33
34
It saves the error snapshot directly to a key value store. It can't use `context.get_key_value_store` because
35
- it returns `KeyValueStoreChangeRecords` which is commited to the key value store only if the `RequestHandler`
+ it returns `KeyValueStoreChangeRecords` which is committed to the key value store only if the `RequestHandler`
36
returned without an exception. ErrorSnapshotter is on the contrary active only when `RequestHandler` fails with
37
an exception.
38
0 commit comments