This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

retry

    Usage:
        ops -retry [options] task [task options]
    

    Options

    -h, --help	Print help message
    -t, --tries=#	Set max retries: Default 10
    -m, --max=secs	Maximum time to run (set to 0 to disable): Default 60 seconds
    -v, --verbose	Verbose output
    

    Example

    Retry two times to get the ops action list

    ops -retry -t 2 ops action list