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?
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.
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?