contribsys / faktory_worker_go

Faktory workers for Go
Mozilla Public License 2.0
242 stars 43 forks source link

method check factory worker is running normally? #70

Open mohamadazisadnan opened 1 year ago

mohamadazisadnan commented 1 year ago

Hello All,

I have a health check function in my web service and need to check if the factory worker is running normally and able to fetch jobs. is there any way or method to check this?

mperham commented 1 year ago

The Faktory process itself provides the Web port 7420 which can be checked. You control the Faktory worker process so you'd need to provide your own health functionality in it.