[GitHub] [airflow] anirudhbagri commented on issue #8160: SimpleHttpOperator aborts connection after 5 minutes

2020-10-06 Thread GitBox
anirudhbagri commented on issue #8160: URL: https://github.com/apache/airflow/issues/8160#issuecomment-704494306 For me, the error was because of wrong input. The API was expecting a list of string but I was sending only a single string. One strange thing to keep a look on is that if you

[GitHub] [airflow] anirudhbagri commented on issue #8160: SimpleHttpOperator aborts connection after 5 minutes

2020-09-30 Thread GitBox
anirudhbagri commented on issue #8160: URL: https://github.com/apache/airflow/issues/8160#issuecomment-701345257 I faced a similar issue, for me it was a bad request that was sent using `http.hook`. Fixed it by correcting the request body. --