question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix health check on all API containers

See original GitHub issue

Summary

Fix health check on all API services under fonoster.

The checks on all modules were disabled at some point this year due to incompatibility between @grpc/grpc-js and grpc-ts-health-check.

Notes:

Intended Outcome

All gRPC and non-gRPC modules implement health checks.

Requirements

We must fix checks in the following modules.

  • Agents
  • Apps
  • Auth
  • Callmanager
  • Domains
  • Funcs
  • Limiter
  • Monitor
  • Numbers
  • Projects
  • Providers
  • Secrets
  • Storage
  • Users
  • Voice (non gRPC service)

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
psanderscommented, Sep 5, 2022

I check the PR, and everything looks great. Can you try the last build at staging?

1reaction
psanderscommented, Aug 31, 2022

@efraa

I saw you created a cloned and cleaned the grpc-ts-health-check packages.

I renamed the project to grpc-health-check.

Can we update the package name to @fonoster/grpc-health-check.

Also, we need to reference the original authors somewhere in the README.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot failing health checks for Application Load ... - AWS
To troubleshoot and fix failing health checks for your Application Load Balancer: 1. Check the health of your targets to find the reason ......
Read more >
A guide to API health check - Testfully
Health checks can test APIs dependencies, such as databases and external service endpoints, to confirm availability and normal functioning.
Read more >
Kubernetes Health Checks: Everything You Need to Know
Learn how to implement an effective Kubernetes health check, and how to use health checks for troubleshooting.
Read more >
Environment health checks | OpenShift Container Platform 3.11
Checking complete environment health. To verify the end-to-end functionality of an OpenShift Container Platform cluster, build and deploy an example ...
Read more >
Implement health check APIs for microservices - IBM
Start with a minimum viable health check API that can respond when you ask it if a service is available. Depending on the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found