LamaAni / KubernetesJobOperator

An airflow operator that executes a task in a kubernetes cluster, given a kubernetes yaml configuration or an image refrence.
57 stars 8 forks source link

Auto reconnect fix #25

Closed LamaAni closed 3 years ago

LamaAni commented 3 years ago

Fixes

  1. Auto reconnect condition is wrong.
  2. Added logging for when the pods logs read is started.
  3. Added support for multithreaded log reader creation.

As response to issue: https://github.com/LamaAni/KubernetesJobOperator/issues/24