Skip to content

Commit

Permalink
🗃️ Oppdaterer konfig for å patche gjenstående sendt søknad
Browse files Browse the repository at this point in the history
Lagrede meldinger for sendt søknad skal opp til patch level 3. Det var noen gjenstående på level 2 som med denne endringen vil tas med.
  • Loading branch information
oyvindhagen committed Nov 10, 2023
1 parent e778207 commit f9ca5dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun main() {
dataSourceBuilder.migrate()

thread {
sendtSøknadPatcher.patchSendtSøknad(PatchOptions(patchLevelMindreEnn = 2))
sendtSøknadPatcher.patchSendtSøknad(PatchOptions(patchLevelMindreEnn = 3))
}
thread {
vedtakFattetPatcher.patchVedtakFattet(PatchOptions(patchLevelMindreEnn = 2, initialSleepMillis = 1000))
Expand Down

0 comments on commit f9ca5dd

Please sign in to comment.