Skip to content

Commit

Permalink
Aktivvask k9sak og historikkvask i prod
Browse files Browse the repository at this point in the history
  • Loading branch information
boerta committed Jun 24, 2024
1 parent 15201a7 commit 963f598
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 @@ -109,7 +109,7 @@ fun Application.k9Los() {
val k9PunsjTilLosAdapterTjeneste = koin.get<K9PunsjTilLosAdapterTjeneste>()
k9PunsjTilLosAdapterTjeneste.setup()

if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 6, 24, 17, 0))) {
if (LocalDateTime.now().isBefore(LocalDateTime.of(2024, 6, 24, 19, 30))) {
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 Down

0 comments on commit 963f598

Please sign in to comment.