Skip to content

Commit

Permalink
Merge pull request #125 from nvdb-vegdata/do-not-start-scheduler
Browse files Browse the repository at this point in the history
Do not start scheduler from TaskLogic. Fixes #124
  • Loading branch information
geirsagberg authored Nov 8, 2024
2 parents 6b12a14 + dbc52cd commit 8ceda57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class TaskLogic {

public TaskLogic(Scheduler scheduler, Caching caching, boolean showData) {
this.scheduler = scheduler;
this.scheduler.start();
this.caching = caching;
this.showData = showData;
}
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@
</resources>
</configuration>
</execution>

</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 8ceda57

Please sign in to comment.