Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
f setter i gang skedulert jobb for å overføre historiske
Browse files Browse the repository at this point in the history
arbeidssøkerperioder
  • Loading branch information
maccyber committed Mar 2, 2023
1 parent f0e2c21 commit 8135a13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PopulerHistoriskePerioderScheduler(
private val unleashClient: UnleashClient
) {

//@Scheduled(initialDelay = 180000, fixedDelay = Long.MAX_VALUE)
@Scheduled(initialDelay = 180000, fixedDelay = Long.MAX_VALUE)
fun populerHistoriskePerioder() {
try {
CallId.leggTilCallId()
Expand Down

0 comments on commit 8135a13

Please sign in to comment.