Skip to content

Commit 8ee4466

Browse files
NikolayMurhashin-
authored andcommitted
Add documentation for delay property
Signed-off-by: Nikolay Murga <[email protected]>
1 parent 185f727 commit 8ee4466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/types/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class UpdateConfig(dict):
368368
369369
parallelism (int): Maximum number of tasks to be updated in one
370370
iteration (0 means unlimited parallelism). Default: 0.
371-
delay (int): Amount of time between updates.
371+
delay (int): Amount of time between updates, in nanoseconds.
372372
failure_action (string): Action to take if an updated task fails to
373373
run, or stops running during the update. Acceptable values are
374374
``continue``, ``rollback`` and ``pause``. Default: ``continue``

0 commit comments

Comments
 (0)