jroachgolf84 commented on issue #67945:
URL: https://github.com/apache/airflow/issues/67945#issuecomment-4612309151

   IMO, I believe that this is the desired behavior. From my understanding, the 
`HttpTrigger` is not actually "polling" an existing API call. It's just making 
a single asynchronous call and waiting for the response. The reason it defers 
immediately is because asynchronous calls should be made on the Triggerer (not 
a Worker).
   
   The logic is different with Airbyte, which has a `while True` loop and is 
polling for the status of an existing job. The `HttpTrigger` does not have that.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to