Skip to content

Commit

Permalink
Fjernet interval default value, endret riktig interval for å sjekke l…
Browse files Browse the repository at this point in the history
…oggene
  • Loading branch information
robertkittilsen committed Sep 12, 2024
1 parent c664c15 commit bc34c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data class EvalueringResultat(
fun scheduleAvsluttPerioder(
ctx: ProcessorContext<Long, Hendelse>,
hendelseStateStore: KeyValueStore<UUID, HendelseState>,
interval: Duration = Duration.ofMinutes(30),
interval: Duration,
pdlHentForenkletStatus: PdlHentForenkletStatus,
pdlHentPersonBolk: PdlHentPerson,
prometheusMeterRegistry: PrometheusMeterRegistry,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class PeriodeProcessor(
scheduleAvsluttPerioder(
requireNotNull(context),
requireNotNull(hendelseStateStore),
Duration.ofDays(1),
Duration.ofMinutes(10),
pdlHentForenkletStatus,
pdlHentPersonBolk,
prometheusMeterRegistry,
Expand Down

0 comments on commit bc34c9a

Please sign in to comment.