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

feat(runtime): improved health check system #312

Merged
merged 5 commits into from
Jun 6, 2023

Conversation

basmasking
Copy link
Member

Fixes #283 #286

Changes proposed in this pull request:

  • The health checks are now executd in parallel
  • Handle exceptions thrown by health checks

@MaskingTechnology/jitar

@basmasking basmasking linked an issue Jun 5, 2023 that may be closed by this pull request

describe('services/Runtime', () =>
{
describe('.isHealthy', () =>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
describe('.isHealthy', () =>
describe('.isHealthy()', () =>

});
});

describe('.getHealth', () =>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
describe('.getHealth', () =>
describe('.getHealth()', () =>

@petermasking petermasking merged commit 3332a6d into main Jun 6, 2023
@petermasking petermasking deleted the 283-execute-health-checks-in-parallel branch June 6, 2023 08:27
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.

Execute health checks in parallel
2 participants