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

fix(centralServer): RN-1294: Allow parallelisation of change handlers #5974

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

rohan-bes
Copy link
Collaborator

Issue RN-1294:

Changes:

  • Fixed change handler processing logic to allow for change handlers to run in parallel
  • Updated logging for change handlers

Screenshots:

const end = Date.now();
winston.info(
`Completed ${this.lockKey} change hander. ${currentQueue.length} jobs, took ${end - start}ms`,
);
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice - this is great to consolidate the logs

@rohan-bes rohan-bes merged commit 2f54415 into dev Oct 23, 2024
44 checks passed
@rohan-bes rohan-bes deleted the rn-1294-parallelize-change-handlers branch October 23, 2024 22:17
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