Skip to content

Commit

Permalink
Historikkvask i Q
Browse files Browse the repository at this point in the history
  • Loading branch information
boerta committed Feb 13, 2024
1 parent 838f562 commit 6e34853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/kotlin/no/nav/k9/los/K9Los.kt
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ fun Application.k9Los() {
val k9KlageTilLosAdapterTjeneste = koin.get<K9KlageTilLosAdapterTjeneste>()
k9KlageTilLosAdapterTjeneste.setup()

if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 1, 17, 18, 0))) {
if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 2, 13, 17, 0))) {
//koin.get<K9SakTilLosLukkeFeiloppgaverTjeneste>().kjørFeiloppgaverVask()
//koin.get<K9SakTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
koin.get<K9SakTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
//koin.get<K9KlageTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
//koin.get<OppgavestatistikkTjeneste>().slettStatistikkgrunnlag()
koin.get<ReservasjonKonverteringJobb>().kjørReservasjonskonvertering()
//koin.get<ReservasjonKonverteringJobb>().kjørReservasjonskonvertering()
}

install(Authentication) {
Expand Down

0 comments on commit 6e34853

Please sign in to comment.