How to monitor the connection between brokers and workers?

Hi
Is there a tool or api to monitor workers? If some workers down, it can display or send warning email.
Thanks.

1 Like

-_- ||
I’m in China and can’t access YouTube

@i.m.superman do you have access to dropbox or something similar for file sharing? Maybe @jwulf can upload the video somewhere… or point to the source code in nest-js

Apparently, if you use ExpressVPN you can watch it in China?

Now is during special days (National Day). All VPN tools can’t work.
@salaboy I have a Baidu net disk account. I’m not sure if it can work in your there.
@jwulf Would you please share the video to somewhere or email me ?

1 Like

I’ll put it in GitHub, that will solve it for everyone in China.

1 Like

Thank you so much~

1 Like

As promised: https://github.com/jwulf/zeebe-worker-healthchecks-poc

This approach can prove that all tasks in your process have at least one worker, and alert when a task type has no worker servicing it. I use it for a system I have running in Camunda Cloud.

For those not in China, the livestream is here: https://www.youtube.com/watch?v=nbQOWlDqylc

I’m about to put some convenience logic in the Node Zeebe client library that will make it easy for a worker to alert when it loses its connection, to address https://github.com/creditsenseau/zeebe-client-node-js/issues/71.

However, that doesn’t help you prove that you didn’t forget to start a necessary worker. This approach provides proof that your business process can be serviced end-to-end operationally at a given point in time, with the caveat that you need to manually ensure the completeness of the heartbeat BPM process.

1 Like

I’m in china too. thank you

1 Like

@mike7ang1rdz can you check @jwulf suggestion in that GitHub project?

1 Like