Gravitate-Health / fhir-connector

FHIR connector example
Apache License 2.0
0 stars 2 forks source link

Cronjob execution of the connector does not end #3

Closed gmej closed 1 year ago

gmej commented 1 year ago

Execution is OK, but never ends, and the pods keeps running.

gmej commented 1 year ago

As the first comment of this stackoverflow post says, it looks like a istio Bug: https://github.com/istio/istio/issues/6324

10alejospain commented 1 year ago

Maybe not inyecting the istio sidecart to the cron?

gmej commented 1 year ago

I didn't quite understand as further research is needed, but it was definetely something related to Istio sidecars. We'll have to look for a workaround if this is not fixed yet (as I didn't see that it was fixed yet)

gmej commented 1 year ago

Looks like this commit fixed the problem https://github.com/Gravitate-Health/fhir-connector/commit/a282d573e718e41370b7fb03e19a2d8eb721c9d2. Closing issue