You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "hussein-awala (via GitHub)" <gi...@apache.org> on 2023/02/06 21:19:12 UTC

[GitHub] [airflow] hussein-awala commented on issue #29303: KubernetesPodOperator not make task status to success due the task execution time is very short

hussein-awala commented on issue #29303:
URL: https://github.com/apache/airflow/issues/29303#issuecomment-1419769934

   This method breaks the loop when the pod status phase is not `PENDING`, how can short execution time block this method since the phase will be changed to `SUCCEEDED` or `FAILED` which are not different from `PENDING`.
   >  my Pod will end immediately without running under some conditions.
   What do you mean by "without running"? do you mean that it runs and terminates in less than second or it doesn't run at all?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org