LegalizeAdulthood / manx

Source for the manx vintage computer documentation database.
http://manx-docs.org
GNU General Public License v2.0
7 stars 2 forks source link

Use asynchronous http requests in cron helpers #143

Open LegalizeAdulthood opened 1 month ago

LegalizeAdulthood commented 1 month ago

The cron helpers that issue http requests in order to perform housekeeping are synchronous and take a long time to execute.

Use asynchronous http requests to perform more networking in parallel, reduce latency and increase throughput.