You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am writing health checks for my services and I need to check DB status. There is method health(): Promise<void> in the class Surreal, but returns void.
Is there way how to use it or will it be implemented in the future?
For now I am using [GET /health] via HTTP.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am writing health checks for my services and I need to check DB status. There is method
health(): Promise<void>
in the class Surreal, but returns void.Is there way how to use it or will it be implemented in the future?
For now I am using
[GET /health]
via HTTP.Thank you.
The text was updated successfully, but these errors were encountered: