Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airflow sensor tasks are waiting indefinately, SENSOR_DEFAULT_TIMEOUT_IN_SECS is not recognized in sensor task execution #147

Open
BitWielderSumit opened this issue Sep 12, 2023 · 0 comments

Comments

@BitWielderSumit
Copy link

Describe the bug
We recently observed that the sensor tasks are stuck in running state for more than 2 days. the primary reason for this behaviour is that the timeout is not configured in the get request here

To Reproduce
Steps to reproduce the behavior:
There are no fix steps to reproduce this issue, as rarely the request gets stuck, but as per the python request library documention its recommended to always add timout in all requests, here is the reference

Expected behavior
After configuring the SENSOR_DEFAULT_TIMEOUT_IN_SECS variable, the sensor request should get timeout and next run should get scheduled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant