Skip to content

Commit 8ceda57

Browse files
authored
Merge pull request #125 from nvdb-vegdata/do-not-start-scheduler
Do not start scheduler from TaskLogic. Fixes #124
2 parents 6b12a14 + dbc52cd commit 8ceda57

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

db-scheduler-ui/src/main/java/no/bekk/dbscheduler/ui/service/TaskLogic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public class TaskLogic {
4444

4545
public TaskLogic(Scheduler scheduler, Caching caching, boolean showData) {
4646
this.scheduler = scheduler;
47-
this.scheduler.start();
4847
this.caching = caching;
4948
this.showData = showData;
5049
}

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@
366366
</resources>
367367
</configuration>
368368
</execution>
369-
370369
</executions>
371370
</plugin>
372371
</plugins>

0 commit comments

Comments
 (0)