About job queue instances

Said I have 3 instance of erpnext. How do i deal with cron job processing?

Said I have a cron job do some upload or calculation at mid night.

What’s the correct way to activate it?

If i let 3 instances works normal, will it trigger the same processing 3 times? or create a new ecs just for background job so that only 1 time of processing triggered?