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 72b596e commit f76ef9cCopy full SHA for f76ef9c
langgraph/checkpoint/redis/shallow.py
@@ -167,7 +167,7 @@ def put(
167
checkpoint_ts = ulid_obj.timestamp # milliseconds since epoch
168
except Exception:
169
# If not a valid ULID, use current time
170
- checkpoint_ts = time.time() * 1000
+ checkpoint_ts = time.time() * MILLISECONDS_PER_SECOND
171
172
# Parse metadata from string to dict to avoid double serialization
173
metadata_str = self._dump_metadata(metadata)
0 commit comments