Skip to content

Commit

Permalink
Justerer interval på scheduleAvsluttPeriode tilbake til 1 dag
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkittilsen committed Sep 16, 2024
1 parent bc1d820 commit 16a3e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PeriodeProcessor(
scheduleAvsluttPerioder(
ctx = requireNotNull(context),
hendelseStateStore = requireNotNull(hendelseStateStore),
interval = Duration.ofMinutes(10),
interval = Duration.ofDays(1),
pdlHentPersonBolk = pdlHentPersonBolk,
prometheusMeterRegistry = prometheusMeterRegistry,
regler = InngangsReglerV3
Expand Down

0 comments on commit 16a3e36

Please sign in to comment.