python / docsbuild-scripts

scripts for building documentation on docs.python.org
64 stars 58 forks source link

Convert promises to async-await #227

Closed AA-Turner closed 4 weeks ago

AA-Turner commented 4 weeks ago

On a non-local network, promises are sufficiently slow to resolve that the fall-through executes first. Switching to async-await should ensure strict ordering.

A