Create just one scheduler instance

This commit is contained in:
Guntis Smaukstelis
2025-02-13 13:15:46 +02:00
parent 78060f61c0
commit c3f85fb477
4 changed files with 9 additions and 9 deletions
@@ -103,6 +103,7 @@ class FetchService(log: Logger[IO]) {
for {
dateTimeList <- generateFetchList()
resultList <- fetchFromList(dateTimeList)
_ <- IO.println("finish grib downloads")
} yield resultList
}