Readiness Check - AngularJS cancels requests, fails check #1640
Labels
bug report
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
I'm running Magento2 through Docker right now, and I'm not on a very powerful machine which means that requests take about 1 second or so to process. The problem I'm having is that the readiness check's AngularJS code appears to cancel requests after 3 seconds, which causes the checks to fail for me for the most part.
Occasionally one or a couple of the readiness checks processes in time and I pass that particular check, but the others didn't process in time so overall my server fails the readiness check. I'm stuck on the readiness check page even though all the checks do actually pass if the server responds in time.
I can see a couple of solutions to this.
This isn't a big deal, since Magento2 in a production environment wouldn't be on this constrained of a machine, but it does make it so that I can't test and prototype on my local machine.
Any thoughts?
The text was updated successfully, but these errors were encountered: