Itai Yaffe created AIRFLOW-4960:
-----------------------------------
Summary: Create OpenFaaS Sensor
Key: AIRFLOW-4960
URL: https://issues.apache.org/jira/browse/AIRFLOW-4960
Project: Apache Airflow
Issue Type: Improvement
Components: contrib
Affects Versions: 1.10.3
Reporter: Itai Yaffe
Issue https://issues.apache.org/jira/browse/AIRFLOW-3411 added OpenFaaS Hook
that allows one to invoke functions via OpenFaaS.
What we currently lack is a Sesnor to monitor asynchronous invocations of such
functions.
This is a bit tricky, since currently, it doesn't seem like OpenFaaS exposes an
API that allows one to monitor the state of an invoked function. [~danassa]
suggested that perhaps by using API calls to k8s, we can query a specific pod,
do a docker ps to get the processes that are running there, and get the
function state. This still needs further investigation.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)