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

OZ-563: Disable parallel processing in OpenmrsFhirRouter. #58

Merged
merged 1 commit into from
May 9, 2024

Conversation

corneliouzbett
Copy link
Member

This PR modifies the OpenmrsFhirRouter's recipient list processing to be synchronous. The .synchronous(true) method call ensures that the recipient list processes messages in a synchronous manner. This change is intended to improve the control over the order and timing of message processing.

@corneliouzbett corneliouzbett requested a review from ibacher May 8, 2024 15:00
@rbuisson rbuisson requested a review from wluyima May 8, 2024 15:25
Copy link
Member

@wluyima wluyima left a comment

Choose a reason for hiding this comment

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

Looks good to me

@corneliouzbett corneliouzbett merged commit 61afc1c into master May 9, 2024
2 checks passed
@corneliouzbett corneliouzbett deleted the OZ-563 branch May 9, 2024 06:46
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