Open LegalizeAdulthood opened 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.
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.