ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
0 stars 0 forks source link

Retry on 408 failures to OpenAQ #105

Closed amehta-scottlogic closed 2 weeks ago

amehta-scottlogic commented 2 weeks ago

Changes

Requests to open AQ will be retried up to 3 times in the response has status code 408 (connection timeout)

Required making open AQ URL an environment variable for testability

Also updated secret in github:

image

github-actions[bot] commented 2 weeks ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
764 715 94% 80% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
air-quality-backend/src/air_quality/etl/in_situ/openaq_dao.py 90% 🟢
TOTAL 90% 🟢

updated for commit: bd6b96d by action🐍