Skip to content
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

[Bug Resolve] - Multiple questions insertion in formsdb #97

Merged
merged 3 commits into from
Aug 28, 2023

Conversation

pankajjangid05
Copy link
Contributor

Added indexing on 3 columns and handled multiple assessment insertions using buffer

}
});
log.info("updateQuestionAndAssessment::Found Question id: " + existingQuestionStatus.getRight().get(0).getId() + ", xPath: " + existingQuestionStatus.getRight().get(0).getXPath());
saveAssessmentData(existingQuestionStatus, formID, previousMeta, transformer, xMessage, null, currentXPath, validResponse);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have made saveAssessmentData a blocking function, Please ensure that the final response from transformer is not being blocked by testing for 10000 calls.

@pankajjangid05 pankajjangid05 merged commit ca1bca0 into samagra-comms:development Aug 28, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants