Skip to content

Commit

Permalink
IS-1739: Fjerne midlertidig cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Oct 31, 2023
1 parent b8bb3f1 commit bf44669
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.

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 bf44669

Please sign in to comment.