We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642b29a commit 9dd6ef6Copy full SHA for 9dd6ef6
core/src/main/java/dev/vml/es/acm/core/script/AutomaticScriptScheduler.java
@@ -174,7 +174,6 @@ private void scheduleBoot() {
174
175
private ScheduleOptions configureScheduleOptions(String name, ScheduleOptions options) {
176
options.name(name);
177
- options.onLeaderOnly(true);
178
options.canRunConcurrently(false);
179
options.onSingleInstanceOnly(true);
180
return options;
0 commit comments