Skip to content

Commit

Permalink
IS-1739: Fjerne midlertidig cronjob (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe authored Oct 31, 2023
1 parent b8bb3f1 commit afc8e05
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Versions {

plugins {
java
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.20"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ fun launchCronjobs(
)
allCronjobs.add(sendDialogmeldingArenaCronjob)
}
// TODO: Remove after it has run once in prod
val sendDialogmeldingArenaAdhocCronjob = SendDialogmeldingArenaAdhocCronjob(
database = database,
arenaDialogmeldingService = arenaDialogmeldingService,
)
allCronjobs.add(sendDialogmeldingArenaAdhocCronjob)

allCronjobs.forEach {
launchBackgroundTask(applicationState) {
Expand Down

0 comments on commit afc8e05

Please sign in to comment.