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 25aa3b0 commit 0499b0eCopy full SHA for 0499b0e
1 file changed
src/dstack/_internal/server/background/pipeline_tasks/base.py
@@ -358,7 +358,7 @@ class _NowPlaceholder:
358
instead of `get_current_time()` to have the same current time for all updates in the transaction.
359
"""
360
361
-# Timestamp value stored in update maps before being resolved to current time.
+
362
UpdateMapDateTime = Union[datetime, _NowPlaceholder]
363
364
0 commit comments