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

MOSIP-35402 #646

Merged
merged 1 commit into from
Aug 30, 2024
Merged

MOSIP-35402 #646

merged 1 commit into from
Aug 30, 2024

Conversation

pg-techno123
Copy link
Contributor

Code Profiling in Packet Utility for Performance Optimization

  • Reduce ping health Http calls to the server --- As per the analysis from jprofiler , a large number of http calls were happening during parallel execution which were consuming a lot of time , hence slowing the performance . A major chunk of these server calls were part of the ping Health step in orchestrator , where we check the the health of all the componenets in the env . Did optimisation to mitigate these calls in case of concurrency .

Signed-off-by: Pankaj Godiyal <[email protected]>
@lsivanand lsivanand merged commit c17bfba into mosip:develop Aug 30, 2024
10 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