[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <event-options>
        <policy>
            <then>
                <execute-commands>
                    <destination>
                        <retry-count>
                            <retry>retry</retry> <!-- mandatory -->
                            <retry-interval>seconds</retry-interval> <!-- mandatory -->
                        </retry-count>
                    </destination>
                </execute-commands>
            </then>
        </policy>
    </event-options>
</configuration>

Description

Upload output-filename retry attempt count.

Contents

<retry>—Number of retry attempts.

<retry-interval>—Time interval between each retry.


[Contents] [Prev] [Next] [Index] [Report an Error]