Skip to content

Commit

Permalink
job every 2 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitenok committed Dec 17, 2024
1 parent 410db3f commit 1ed403c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nais/job-trigger-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
outbound:
rules:
- application: esyfovarsel
schedule: "*/5 * * * *"
schedule: "*/2 * * * *"
filesFrom:
- secret: esyfovarsel-serviceuser
env:
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/syfo/db/UtsendtVarselDAO.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun DatabaseInterface.fetchAlleUferdigstilteAktivitetspliktVarsler(
FROM UTSENDT_VARSEL
WHERE type = 'SM_AKTIVITETSPLIKT'
AND kanal = 'BRUKERNOTIFIKASJON'
and is_forced_letter = false
AND is_forced_letter = false
AND ferdigstilt_tidspunkt is null
""".trimIndent()

Expand Down

0 comments on commit 1ed403c

Please sign in to comment.