Understand ServiceName and Task Groups
masterThe ServiceName is a critical concept in Dcron used to define the boundary of task allocation and scheduling.
- Task Grouping: Multiple nodes configured with the same
ServiceNameare considered part of the same task group. - Distribution: Tasks within a group are distributed evenly across all nodes in that group.
- Uniqueness: Dcron ensures that the same task within the same service group is only started as a single running instance and is not executed repeatedly across different nodes.