Change the unit of delay in stages from milliseconds to seconds #1070
Replies: 3 comments 7 replies
-
/cc @wzshiming |
Beta Was this translation helpful? Give feedback.
-
The problem I'm trying to solve is not related to the delay. |
Beta Was this translation helpful? Give feedback.
-
You have the same idea as my original. 😄 The millisecond makes sense to achieve more fine-grained control over resource behavior, although it is not needed in most cases. Here's the previous discussion This was when Milliseconds was finally chosen for convenience. I actually think that's probably a better definition, there wasn't enough time. delayDuration:
value: <uint64>
valueFrom:
expression: <expression-string>
unit: <unit-string>
YAML should have no limit on a number, and even if it did, it would be the maximum of uint64 9223372036854775808 (1<<64-1) |
Beta Was this translation helpful? Give feedback.
-
The delay field in a stage file is specified in milliseconds. I suggest changing it to seconds.
/cc @dmitsh
Beta Was this translation helpful? Give feedback.
All reactions