Skip to content

Commit

Permalink
Kjører igjen: Historikkvask k9tilbake i prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolstad committed Nov 18, 2024
1 parent d6b39b6 commit 8846d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/k9/los/K9Los.kt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fun Application.k9Los() {
val k9TilbakeTilLosAdapterTjeneste = koin.get<K9TilbakeTilLosAdapterTjeneste>()
k9TilbakeTilLosAdapterTjeneste.setup()

if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 11, 18, 18, 30))) {
if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 11, 18, 20, 30))) {
if (1 == 0) { //HAXX for å ikke kjøre jobb, men indikere at koden er i bruk og dermed ikke slettes
//koin.get<ReservasjonKonverteringJobb>().kjørReservasjonskonvertering() //TODO slette
//koin.get<K9SakTilLosLukkeFeiloppgaverTjeneste>().kjørFeiloppgaverVask() //TODO slette
Expand Down

0 comments on commit 8846d5b

Please sign in to comment.