Force system jobs to always run on control plane

This commit is contained in:
Shane McDonald 2021-06-24 10:05:24 -04:00
parent 69388edaf9
commit 03fb12d4c2
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -1246,7 +1246,7 @@ class SystemJob(UnifiedJob, SystemJobOptions, JobNotificationMixin):
@property
def preferred_instance_groups(self):
return self.global_instance_groups
return self.control_plane_instance_group
'''
JobNotificationMixin