-
Notifications
You must be signed in to change notification settings - Fork 1
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
Intermittent failure to make PUT request to sumstats service #161
Comments
How frequent would you say this is @jdhayhurst ? |
perhaps every 4-8 weeks. |
Still happening March 2023. Consider whether this can be communicated better to alert James to problem. |
Another example: PMID 36402844. |
Another example for this submission: |
@ljwh2 looks like I have found the bug thanks to https://app.zenhub.com/workspaces/gwas-59df823c4a6feb3786810391/issues/gh/ebispot/goci/1172 , we had logs for this submission & could find the error due to which the Put request was not send to sumstats service , there is a scenario where there are two callbackids for the same submission because of invalid submission by user , this causes the PUt request in sumstats to fail |
After a successful sumstats submission, the backend issues GCSTs and makes a PUT request the sumstats service with a payload mapping the internal study ids with GCSTs. With this information the sumstats service can label the files with the GCSTs and set them up for publishing. Without the PUT call, the files will not be released. Occasionally, the call is not made, or at least not logged in the sumstats service. The last time this happened was with callback
JxyvqoPA
. This ticket is a for investigating why the PUT call doesn't always happen and fix it so that it always happens.The text was updated successfully, but these errors were encountered: