OHDSI / ArachneExecutionEngine

Arachne Execution Engine is a component used to execute remote SQL or R code. It is used by both Arachne Data Node as well as WebAPI
7 stars 7 forks source link

Add retry when result callback has failed #356

Closed wivern closed 1 year ago

wivern commented 1 year ago

When result callback has failed for some reasons, it would try to retry 10 times by default. Then, if still not succeeded, try to send failure result and its reason.