Add a job to remove discarded dossiers

This commit is contained in:
Paul Chavard 2020-03-19 13:11:45 +01:00
parent 26b41caca9
commit c086f6d580
4 changed files with 48 additions and 0 deletions

View file

@ -80,6 +80,7 @@ En local, un utilisateur de test est créé automatiquement, avec les identifian
ExpiredDossiersDeletionJob.set(cron: "0 7 * * *").perform_later
PurgeStaleExportsJob.set(cron: "*/5 * * * *").perform_later
NotifyDraftNotSubmittedJob.set(cron: "0 7 * * *").perform_later
DiscardedDossiersDeletionJob.set(cron: "0 7 * * *").perform_later
### Voir les emails envoyés en local