You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,25 +77,39 @@ public static JobType of(String value) {
77
77
}
78
78
}
79
79
80
-
@ObjectClassDefinition(name = "AEM Content Manager - Script Scheduler", description = "Schedules automatic scripts on instance up and script changes")
80
+
@ObjectClassDefinition(
81
+
name = "AEM Content Manager - Script Scheduler",
82
+
description = "Schedules automatic scripts on instance up and script changes")
81
83
public @interface Config {
82
84
83
85
@AttributeDefinition(name = "Boot Delay", description = "Time in milliseconds to wait before booting scripts")
84
86
longbootDelay() default1000 * 10; // 10 seconds
85
87
86
-
@AttributeDefinition(name = "User Impersonation ID", description = "Controls who accesses the repository when scripts are automatically executed. If blank, the service user 'acm-content-service' is used.")
88
+
@AttributeDefinition(
89
+
name = "User Impersonation ID",
90
+
description =
91
+
"Controls who accesses the repository when scripts are automatically executed. If blank, the service user 'acm-content-service' is used.")
87
92
StringuserImpersonationId();
88
93
89
-
@AttributeDefinition(name = "Health Check Retry Interval", description = "Interval in milliseconds to retry health check if instance is not healthy")
94
+
@AttributeDefinition(
95
+
name = "Health Check Retry Interval",
96
+
description = "Interval in milliseconds to retry health check if instance is not healthy")
@AttributeDefinition(name = "Health Check Retry Count On Deployment", description = "Maximum number of retries when checking instance health on deployment")
99
+
@AttributeDefinition(
100
+
name = "Health Check Retry Count On Deployment",
101
+
description = "Maximum number of retries when checking instance health on deployment")
@AttributeDefinition(name = "Health Check Retry Count On Boot", description = "Maximum number of retries when checking instance health on boot script execution")
104
+
@AttributeDefinition(
105
+
name = "Health Check Retry Count On Boot",
106
+
description = "Maximum number of retries when checking instance health on boot script execution")
@AttributeDefinition(name = "Health Check Retry Count On Cron Schedule", description = "Maximum number of retries when checking instance health on cron schedule script execution")
109
+
@AttributeDefinition(
110
+
name = "Health Check Retry Count On Cron Schedule",
111
+
description =
112
+
"Maximum number of retries when checking instance health on cron schedule script execution")
0 commit comments