Skip to content
Prev Previous commit
Next Next commit
Add documentation for delay property
Signed-off-by: Nikolay Murga <[email protected]>
  • Loading branch information
NikolayMurha authored and shin- committed Aug 10, 2018
commit 8ee446631d6da7ca8e52a4f65aafecf2de1c8ea6
2 changes: 1 addition & 1 deletion docker/types/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class UpdateConfig(dict):

parallelism (int): Maximum number of tasks to be updated in one
iteration (0 means unlimited parallelism). Default: 0.
delay (int): Amount of time between updates.
delay (int): Amount of time between updates, in nanoseconds.
failure_action (string): Action to take if an updated task fails to
run, or stops running during the update. Acceptable values are
``continue``, ``rollback`` and ``pause``. Default: ``continue``
Expand Down