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

AD20-16: Support to cancel docker execution #371

Closed hernaldourbina closed 5 months ago

hernaldourbina commented 5 months ago

Cancel/stop feature. There was an endpoint for handling cancel feature, cancel already works for tarball mode but it is not implemented yet for docker.

dmitrys-odysseus commented 5 months ago

Defect: Still doesn't work for the case when container is being pulled. The expected behaviour is not to start the container. What currently happens is that container starts and then stopping it is attempted.