issues
search
LamaAni
/
KubernetesJobOperator
An airflow operator that executes a task in a kubernetes cluster, given a kubernetes yaml configuration or an image refrence.
58
stars
8
forks
source link
Second logs cleanup
#16
Closed
LamaAni
closed
4 years ago
LamaAni
commented
4 years ago
Fixes:
JobRunner detect when object was deleted manually and error without timeout.
Changed Query status to an object KubeApiRestQueryConnectionState
Fix for error in Job failure. The.job may fail before it was even scheduled.
Fix for since in GetLogs (appropriate times now)
Fix for client reconnect, Throwing appropriate errors now.
Fix for watcher, added force stop background loggers on stop/query end.
Updated tests.
Fixes: