Add ActivateBeforeExpirationJob cron to readme

This commit is contained in:
Mathieu Magnin 2018-04-09 11:39:52 +02:00
parent 93a6a97739
commit c10e3ecf73

View file

@ -103,6 +103,7 @@ Dans le fichier `config/intializers/token.rb`, ajouter
WeeklyOverviewJob.set(cron: "0 8 * * 0").perform_later
AutoReceiveDossiersForProcedureJob.set(cron: "* * * * *").perform_later(procedure_declaratoire_id, 'en_instruction')
FindDubiousProceduresJob.set(cron: "0 0 * * *").perform_later
Administrateurs::ActivateBeforeExpirationJob.set(cron: "0 8 * * *").perform_later
## Exécution des tests (RSpec)