Skip to content

Commit

Permalink
Deaktiverer ArbeidssokerperiodeScheduler midlertidig
Browse files Browse the repository at this point in the history
  • Loading branch information
maccyber committed Nov 8, 2023
1 parent 92f0397 commit e1b8b0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ArbeidssokerperiodeScheduler(
private val arbeidssokerperiodeService: ArbeidssokerperiodeService,
private val arbeidssokerperiodeProducer: ArbeidssokerperiodeProducer,
) {
@Scheduled(cron = HVERT_TIENDE_SEKUND)
// @Scheduled(cron = HVERT_TIENDE_SEKUND)
fun start() {
if (!leaderElectionClient.isLeader) {
return
Expand Down

0 comments on commit e1b8b0c

Please sign in to comment.