laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
1.07k stars 82 forks source link

Add health check endpoint (laravel#190) #191

Closed kirills-morozovs closed 4 months ago

kirills-morozovs commented 5 months ago

New /health_check endpoint will be available when Reverb server is running, that will response with {"health":"OK"} to support k8s HTTP health checks required by some cloud provider Load Balancers (i.e. GCP)

taylorotwell commented 5 months ago

Is there a reason not to make it /up like a normal Laravel health check endpoint?

kirills-morozovs commented 4 months ago

Is there a reason not to make it /up like a normal Laravel health check endpoint?

Updated route to /up

yob-yob commented 4 months ago

This feature isn't released yet right?

joedixon commented 4 months ago

It was released yesterday: https://github.com/laravel/reverb/compare/v1.0.0-beta10...v1.0.0-beta11