lupyuen commented on PR #18500:
URL: https://github.com/apache/nuttx/pull/18500#issuecomment-4010457565

   I have a hunch about the ESP32 Download Failure: We are running too many 
jobs in parallel, which will fire Many Concurrent HTTP Requests to download the 
ESP32 Runtime (via github.com). And our Concurrent Downloads will get blocked 
by github.com for suspected spam.
   
   Maybe we should chat with our ESP32 Colleagues: Do they host the ESP32 
Runtime outside of GitHub? Preferably on Multiple Hostnames, so we don't spam 
One Single Server? (Or can they offer to host ESP32 Runtime elsewhere?)
   
   Fixing the ESP32 Downloads is a terrific start. I see it failing all the 
time on NuttX Dashboard (sigh)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to