Skip to content

Commit

Permalink
OY-5029 Lisätty preview-generoinnin lokitusta
Browse files Browse the repository at this point in the history
  • Loading branch information
jkorri committed Jan 9, 2025
1 parent 7295543 commit 1eb93e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liiteri/preview/preview_generator.clj
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@

(defn- generate-previews [config db storage-engine timeout-scheduler]
(try (loop []
(log/info "Starting to generate previews")
(when (generate-next-preview config db storage-engine timeout-scheduler)
(recur)))
(catch Throwable t
Expand Down

0 comments on commit 1eb93e8

Please sign in to comment.