We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cad5aa + 822da6a commit 6718973Copy full SHA for 6718973
dp-inntekt-api/src/main/kotlin/no/nav/dagpenger/inntekt/Application.kt
@@ -101,8 +101,8 @@ fun main() {
101
initialDelay = TimeUnit.MINUTES.toMillis(10),
102
period = TimeUnit.HOURS.toMillis(12),
103
action = {
104
- LOGGER.info { "Vaktmesteren rydder" }
105
- it.rydd()
+ LOGGER.info { "Vaktmesteren rydder.. SLÅTT AVV" }
+ // it.rydd()
106
LOGGER.info { "Vaktmesteren er ferdig.. for denne gang" }
107
})
108
}
0 commit comments