OHDSI / Arachne

Arachne Data Node web application
Apache License 2.0
1 stars 1 forks source link

applying fix for this 3 cases: #56

Open odbz opened 2 months ago

odbz commented 2 months ago

1.DataNode was not able to reach Execution Engine and submit analysis. In this case the status of analysis should be marked as "Failed".

2.There is no response from Execution Engine about the status of analysis for a long time. In case callback configuration was not set correctly and Execution Engine was not able to sent callback. In this case we need to invalidate the job after some time. E.g, if there is no response from Execution Engine during a 1 hour, it means the fob was failed. 1 hour should be parametrised.

3.We need to invalidate and marked as "FAILED" all jobs that are in Executing state during the Data Node restart. Executing/Aborting => Failed