-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timing out issue with licenses #1139
Comments
Is this the issue @katmoody? https://github.com/humanmade/backupwordpress-pro-dropbox/issues/34 |
Yes @sambulance - updated original comment above with both current related issues. |
Paraphrased @katmoody from #1146:
Please see tickets above. Seems the error is with curl. @dashaluna @pdewouters @mikeselander @shadyvb Are any of you able to look at this ticket during this sprint please? |
Just had a quick look, the licence check is in this repo, which is in all the BWP Pro extensions: https://github.com/humanmade/backupwordpress-common Looks like the actual call is using Quite a few of the issues relate to timeout. Perhaps we could increase the @katmoody It would be really useful if you could collate a list of the error messages you have got for this, with a reference to the initial ticket. Here are the ones I've seen:
|
502 bad gateway errors are often fixed at the server level. It's happened before where for various reasons the headers returned from php-fpm were too big the fix was to change the nginx config to increase the buffer sizes and timeout. In the location block where the other fastcgi params are set try adding the following. Perhaps one for @humanmade/servers?
|
Thanks Rob - @humanmade/servers please can you help with this? |
These are the current settings we have configured for our HM server, which the destination for the licence check request.
In terms of debugging this further, ssh access to any of the ailed sites would be ideal. I'm not to confident in brain storming ideas about this issue, the only way I can be of assistance is I can just get in there an reverse engineer everything, and see what's happening. |
I might be able to get access to one of the sites in question for us ... if they get back to me I'll drop a note here asap. :D Thanks for weighing in @sambulance @roborourke and @owaincuvelier ... you guys all rock! |
Taking suggestion from @sambulance I'm re-listing the above tickets and revisiting them to ensure the errors are still occurring.
|
Hi @katmoody how did the testing with this go? |
@libby-barker - So far each of the folks who got back with me are still getting the same errors. Still no-one willing to grant full access. I'm technically on vacation this week but will try and send out messages again and see if I can find any other applicable errors/tickets. |
I'm closing this out unless I hear back from someone willing to provide access or am able to replicate locally - at this point I can't replicate the situation. This could also have been related to an EDD issue which didn't clear caching for license values - they pushed a release this past month and I haven't heard from anyone else having these kinds of issues in the past month. Closing unless we hear back. |
Apparently this is still occurring so will reopen issue. I'm unsure if it's something we can fix or not. |
These are timing out errors that seem related but affect multiple extensions. They might utilize cURL and be related to that.
Here's the Dropbox issue over in the BackUpWordPress Pro Dropbox repo: https://github.com/humanmade/backupwordpress-pro-dropbox/issues/34
Here's the Amazon issue over in the BackUpWordPress Pro S3 repo:
https://github.com/humanmade/backupwordpress-pro-s3/issues/29
The text was updated successfully, but these errors were encountered: