Clustering and DB observers

We are using the amazing meteorhacks:cluster from @arunoda

However, we have DB observers on the server-side. Everytime it is triggered, all workers respond. How can we set a boolean condition to chose the right worker?

E.g. How do we know (server-side) if the current worker is the one dealing with the current user?