astronomer / astronomer-airflow-version-check

Plugin to check if new version of Astronomer Certified Airflow is available
Apache License 2.0
1 stars 2 forks source link

Catch SSLError & HTTPError during requests.get #46

Closed ephraimbuddy closed 1 year ago

ephraimbuddy commented 1 year ago

When requests.get fails with the above exceptions, we should catch it and avoid crashing the scheduler

related: https://github.com/astronomer/issues/issues/5140