Skip to content

Commit

Permalink
Starte historikkvask for klage også
Browse files Browse the repository at this point in the history
  • Loading branch information
boerta committed Jun 25, 2024
1 parent 8345eff commit e6c2e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/no/nav/k9/los/K9Los.kt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fun Application.k9Los() {
val k9PunsjTilLosAdapterTjeneste = koin.get<K9PunsjTilLosAdapterTjeneste>()
k9PunsjTilLosAdapterTjeneste.setup()

if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 6, 25, 16, 0))) {
if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 6, 25, 17, 0))) {
if (1 == 0) { //HAXX for å ikke kjøre jobb, men indikere at koden er i bruk og dermed ikke slettes
koin.get<K9SakTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
koin.get<K9KlageTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
Expand All @@ -121,7 +121,7 @@ fun Application.k9Los() {
//koin.get<K9SakTilLosLukkeFeiloppgaverTjeneste>().kjørFeiloppgaverVask() //TODO slette
}
koin.get<K9SakTilLosAktivvaskTjeneste>().kjørAktivvask()
//koin.get<K9KlageTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
koin.get<K9KlageTilLosHistorikkvaskTjeneste>().kjørHistorikkvask()
}

install(Authentication) {
Expand Down

0 comments on commit e6c2e94

Please sign in to comment.