We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf0cd5 commit 5b539c2Copy full SHA for 5b539c2
durabletask/task.py
@@ -264,8 +264,8 @@ def new_uuid(self) -> str:
264
265
The default implementation of this method creates a name-based UUID
266
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.
+ this value is a combination of the orchestration instance ID, the current UTC datetime,
+ and an internally managed counter.
269
270
Returns
271
-------
0 commit comments