Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Parallelized Node RPC Calls for Health Checking #158

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

adelowo
Copy link
Contributor

@adelowo adelowo commented Sep 16, 2023

Fixes 88

Fixes #88

Changes proposed

I have migrated the health checks to make use of sync.WaitGroup. this allows both checks for the L1 and L2 to be run concurrently instead of sequentially.

Screenshots (Optional)

Note to reviewers

Copy link
Collaborator

@epociask epociask left a comment

Choose a reason for hiding this comment

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

This is awesome, thank you so much!

@epociask epociask merged commit 14481ce into base-org:master Sep 16, 2023
5 of 6 checks passed
@adelowo adelowo deleted the parallelize_healthchecks branch September 16, 2023 11:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelized Node RPC Calls for Health Checking
2 participants