Run job one time in multiple instances

My question is:
I have 3 instances of one service(in Kubernetes cluster), this service must execute some backgrounds jobs. How Hangfire handle that background job must be executed on one of 3 instances(not on 3 instances at the same time)?