# HG changeset patch # User kkonganti # Date 1656617312 14400 # Node ID 62d848f2a12898661ff2340ee5c4f3d4e9a80a85 # Parent d532ac969904347dd8fa27682bad971ce3a746fc "planemo upload" diff -r d532ac969904 -r 62d848f2a128 0.2.1/conf/modules.config --- a/0.2.1/conf/modules.config Thu Jun 30 13:52:35 2022 -0400 +++ b/0.2.1/conf/modules.config Thu Jun 30 15:28:32 2022 -0400 @@ -82,6 +82,6 @@ // Sleep time increases exponentially by tast attempt. def dynamic_retry(task_retry_num, factor_by) { // sleep(Math.pow(2, task_retry_num.toInteger()) * factor_by.toInteger() as long) - sleep(Math.pow(1.27, i) as long) + sleep(Math.pow(1.27, task_retry_num.toInteger()) as long) return 'retry' }