Is it possible to set a different retry interval between the first attempt and subsequent attpempts?
In table tbl_asdl_confi of ASAP DB there are the parameters:ASDL_RETRY_NUMBER
ASDL_RETRY_INTERVAL
For example:
For ASDL_CMD = "XXXX" the ASDL_RETRY_NUMBER is set to 3
between the first and the second the retry interval is 100 seconds.
between the second and the third the retry interval is 200 seconds.
ASDL_RETRY_INTERVAL
For example:
For ASDL_CMD = "XXXX" the ASDL_RETRY_NUMBER is set to 3
between the first and the second the retry interval is 100 seconds.
between the second and the third the retry interval is 200 seconds.
0