We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185f727 commit 8ee4466Copy full SHA for 8ee4466
docker/types/services.py
@@ -368,7 +368,7 @@ class UpdateConfig(dict):
368
369
parallelism (int): Maximum number of tasks to be updated in one
370
iteration (0 means unlimited parallelism). Default: 0.
371
- delay (int): Amount of time between updates.
+ delay (int): Amount of time between updates, in nanoseconds.
372
failure_action (string): Action to take if an updated task fails to
373
run, or stops running during the update. Acceptable values are
374
``continue``, ``rollback`` and ``pause``. Default: ``continue``
0 commit comments