Adel Yulghun
Adel Yulghun
Hello @wagnert , David is away for a few months. I can test it for you or provide you with the docker container if that's helpful. Thanks, Adel.
this is a serious issue @magento-devops
For anyone who has run into this issue, there is a simple workaround. Looks like Magento decided to keep legacy stock logic alongside MSI. Then it created lots of other...
@TechOS-PL did you resolve the issue?
@shaunc869 Just in case if anyone run into this issue. This could also be caused by Cloudflare. "Always redirect to SSL" option. It cut off HTTP traffic to acme challenge....
@DoobleD @GUI maybe there is a simple fix by triggering the certificate renewal 1 week before its expiration date? Then we won't be running into the issue of an invalid...
Just in case if anyone run into this issue. This could also be caused by Cloudflare. "Always redirect to SSL" option. It cut off HTTP traffic to acme challage.
@ljay79 Maybe fetchall() would be the solution? https://github.com/ljay79/jira-tools/issues/290 After some debugging, I found that the google script is firing the request one by one which takes a very long time...
Hey guys, another method would be improving the overall .call function for querying. Instead of fetch() for all API calls, we could implement .fetchAll() by Google Script. https://gist.github.com/tanaikech/c0f383034045ab63c19604139ecb0728 Cheers, Adel.
This is also happening to php-fpm at line https://github.com/php/php-src/blob/df4c27642efb2ee986ad7fb744f76ab380cf5a4c/sapi/fpm/fpm/fpm_sockets.c#L501