Skip to content

Commit

Permalink
[TRELLO-2604] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescd committed Oct 8, 2024
1 parent d0587c3 commit 035af0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class SignalConsoComponents(
applicationConfiguration.app
)

actorSystem.scheduler.scheduleAtFixedRate(initialDelay = Duration(1, TimeUnit.MINUTES), interval = 1.day) { () =>
actorSystem.scheduler.scheduleAtFixedRate(initialDelay = Duration(10, TimeUnit.MINUTES), interval = 1.day) { () =>
etablissementService.importEtablissements(): Unit
}: Unit

Expand Down

0 comments on commit 035af0c

Please sign in to comment.