Node processes and replication across multiple nodes Node processes and replication across multiple nodes kubernetes kubernetes

Node processes and replication across multiple nodes


Yes, you fix this by either moving the actual cron execution to a different daemon that you only run one copy of or use some kind of leader election system so that only one of the copies runs them at any given time.