I have a use case when the user make a request from the client app (Angular) to my backend app (Node) that manualy run a task on Airflow. Airflow is not waiting for the complete run to respond to the backend and confirm that the task is running.
The thing I can do is to make an HTTP request to the backend to tell that the task is completed.
So, is there a way for the client to wait for a response from my backend server that will return when the task is completed with the Airflow ping?