Skip to content

Commit 9dd6ef6

Browse files
Boot fix
1 parent 642b29a commit 9dd6ef6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/dev/vml/es/acm/core/script/AutomaticScriptScheduler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ private void scheduleBoot() {
174174

175175
private ScheduleOptions configureScheduleOptions(String name, ScheduleOptions options) {
176176
options.name(name);
177-
options.onLeaderOnly(true);
178177
options.canRunConcurrently(false);
179178
options.onSingleInstanceOnly(true);
180179
return options;

0 commit comments

Comments
 (0)