-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Description
Executor支持一个-D或环境变量:VIP_SATURN_INIT_JOB_BY_GROUPS,值的格式与作业配置的groups格式相同,如:groups1,groups2
如果Executor机器设置了这个变量,则该Executor只能启动该域下属于该groups的作业; 否则,可以启动该域下全部作业。
如果Executor配置了groups,而作业不属于这个groups,那么会打印一行INFO级别的日志,如:[testJob] msg=the job testJob wont be initialized, because it's not in the groups [group1, group2]