You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Asgeir Berland (JIRA)" <ji...@apache.org> on 2019/06/01 21:51:00 UTC

[jira] [Updated] (AIRFLOW-4564) Azure Container Instance bugfixes and improvements

     [ https://issues.apache.org/jira/browse/AIRFLOW-4564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asgeir Berland updated AIRFLOW-4564:
------------------------------------
    Description: 
The Azure Container Instance Operator (and hook) have certain issues:
 * Azure polling errors before the container is running
 * Azure polling spam in log from TokenRequest every second
 * Environmental variables cannot be secret
 * No status if container fails provisioning
 * Max timer for container-run is currently 12 hours
 * Docs say 'command' parameter takes a string but really takes a list

Room for improvement:
 * Environmental variables should be able to use hooks and xcom to fetch values a execution time (less stress on DAG-loading)
 * Name of container has special requirements that should be checked upon Operator construction to avoid errors downstream.

  was:
The Azure Container Instance Operator (and hook) have certain issues:
* Azure polling errors before the container is running
* Azure polling spam in log from TokenRequest every second
* Environmental variables cannot be secret
* No status if container fails provisioning
* Max timer for container-run is currently 12 hours

Room for improvement:
* Environmental variables should be able to use hooks and xcom to fetch values a execution time (less stress on DAG-loading)
* Name of container has special requirements that should be checked upon Operator construction to avoid errors downstream.





> Azure Container Instance bugfixes and improvements
> --------------------------------------------------
>
>                 Key: AIRFLOW-4564
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4564
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: contrib
>    Affects Versions: 1.10.3
>            Reporter: Asgeir Berland
>            Assignee: Asgeir Berland
>            Priority: Minor
>             Fix For: 1.10.4
>
>
> The Azure Container Instance Operator (and hook) have certain issues:
>  * Azure polling errors before the container is running
>  * Azure polling spam in log from TokenRequest every second
>  * Environmental variables cannot be secret
>  * No status if container fails provisioning
>  * Max timer for container-run is currently 12 hours
>  * Docs say 'command' parameter takes a string but really takes a list
> Room for improvement:
>  * Environmental variables should be able to use hooks and xcom to fetch values a execution time (less stress on DAG-loading)
>  * Name of container has special requirements that should be checked upon Operator construction to avoid errors downstream.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)