You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/18 09:46:49 UTC

[GitHub] [airflow-ci-infra] ashb opened a new pull request #31: Periodically try to complete the lifecycle hook if we are still Pending

ashb opened a new pull request #31:
URL: https://github.com/apache/airflow-ci-infra/pull/31


   Thanks to now using the AMI, the instance can come up a lot quicker than
   previously, meaning it is possible the supervisor might start up when
   the instance state is still "Pending", which results in the
   complete_lifecycle_action call failing.
   
   Rather than blocking the actions.runner service from starting (and not
   running jobs) we continue, and check later if we are still pending, and
   try to complete the lifecycle action again.


-- 
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.

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



[GitHub] [airflow-ci-infra] ashb merged pull request #31: Periodically try to complete the lifecycle hook if we are still Pending

Posted by GitBox <gi...@apache.org>.
ashb merged pull request #31:
URL: https://github.com/apache/airflow-ci-infra/pull/31


   


-- 
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.

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



[GitHub] [airflow-ci-infra] potiuk commented on pull request #31: Periodically try to complete the lifecycle hook if we are still Pending

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #31:
URL: https://github.com/apache/airflow-ci-infra/pull/31#issuecomment-843055940


   But yeah. It's a good one with fast starting AMI


-- 
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.

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