Skip to content

Commit 5b539c2

Browse files
andystaplesCopilot
andauthored
Update durabletask/task.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5bf0cd5 commit 5b539c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

durabletask/task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ def new_uuid(self) -> str:
264264
265265
The default implementation of this method creates a name-based UUID
266266
using the algorithm from RFC 4122 §4.3. The name input used to generate
267-
this value is a combination of the orchestration instance ID and an
268-
internally managed sequence number.
267+
this value is a combination of the orchestration instance ID, the current UTC datetime,
268+
and an internally managed counter.
269269
270270
Returns
271271
-------

0 commit comments

Comments
 (0)