-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Cache error while uploading object: RequestTimeTooSkewed #2118
Comments
@audiodude @benoit74 Do I understand properly: object storage refuses to work properly because clock (mwoffliner4) is not in sync (with server)? |
@audiodude Any idea? The error is systematic, at least for Wikivoyage. Maybe related to #2117 ? |
I imagine @benoit74 is correct, this is another instance of requests waiting in a queue for much too long before actually being resolved. I'm not convinced it's the exact same code path on the mwoffliner side, but the result is the same, it's the As far as #2117, it could in fact be that using the wrong upload method is causing this issue to be exacerbated (possibly by causing many many more superfluous requests), and that if we made the switch the error message suggests we could alleviate the problem. Unfortunately, this only happens on zimfarm so it's hard to develop against/test. |
Probably that using an S3 optimization URL locally would make this happen also locally |
Right but in the past, I couldn't reproduce the |
@audiodude Ok, but you don't have attempt to scrape the wikivoyage twice like the recipe does!? Do you? |
@kelson42 All I know is that I ran this command:
and it completed successfully |
Never publish secrets like a secreteAccessKey to github ... I disabled the access key and generated a new one which I sent through Slack |
Oh wow, sorry, I didn't realize I had done that. I just copy pasted the command line, I forgot it had the secret embedded in it. Thanks, sorry! |
From https://farm.openzim.org/pipeline/845ea49e-0d80-4d92-8127-1afce890c276/debug
The text was updated successfully, but these errors were encountered: