Skip to content

Commit

Permalink
La til profiler på StatusCheckConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kroken committed Sep 29, 2023
1 parent fa867e6 commit 0aeb6d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ package no.nav.pensjon.opptjening.omsorgsopptjening.start.innlesning.config
import no.nav.pensjon.opptjening.omsorgsopptjening.start.innlesning.barnetrygd.tasks.StatusCheckTask
import org.springframework.context.annotation.Bean
import org.springframework.context.annotation.Configuration
import org.springframework.context.annotation.Profile
import org.springframework.scheduling.annotation.EnableScheduling

@Configuration
@EnableScheduling
@Profile("dev-gcp", "prod-gcp")
class StatusConfig {

@Bean
Expand Down

0 comments on commit 0aeb6d0

Please sign in to comment.