pangeo-forge / pangeo-forge-orchestrator

Database API and GitHub App backend for Pangeo Forge Cloud.
https://api.pangeo-forge.org/docs
Apache License 2.0
4 stars 1 forks source link

Upgrade uvicorn #221

Closed cisaacstern closed 1 year ago

cisaacstern commented 1 year ago

I trying to figure out the cause of #220 and the hanging CI task observed in https://github.com/pangeo-forge/staged-recipes/pull/247#issuecomment-1397460538, the common denominator (based on review of our Papertrail logs) appear to be worker timeouts.

The specific cause of these timeouts remains unclear to me, but I did realize that the version of Uvicorn we're using in production has since been yanked. So I'm upgrading to the latest Uvicorn in this PR, in hopes that may help.