Skip to content

Commit

Permalink
Skru på slettejobb.
Browse files Browse the repository at this point in the history
Co-authored-by: Richard André Martinsen <[email protected]>
Co-authored-by: Mette Wendy Lindberg Gulbrandsen <[email protected]>
  • Loading branch information
3 people committed Jan 15, 2025
1 parent 19c4467 commit b84e3a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal object SlettFjernetOpplysninger {
period = 5.minutes.inWholeMilliseconds,
action = {
try {
if (System.getenv("NAIS_CLUSTER_NAME") == "skrudd-av") {
if (System.getenv("NAIS_CLUSTER_NAME") == "dev-gcp") {
vaktmesterRepository.slettOpplysninger(antall = 10)
} else {
logger.info { "Sletting av fjernet opplysninger er skrudd av" }
Expand Down

0 comments on commit b84e3a7

Please sign in to comment.