Skip to content

Commit

Permalink
Augmenter la fréquence du cron de mail
Browse files Browse the repository at this point in the history
En attendant un ClockProcess ou une file...
  • Loading branch information
Anto59290 committed Nov 15, 2024
1 parent 3ac7625 commit d0ef0e0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cron.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"command": "0 0,5 * * * python manage.py update_fiches_etat"
},
{
"command": "*/10 * * * * python manage.py send_queued_mail"
"command": "0,10,20,30,40,50 * * * * python manage.py send_queued_mail"
},
{
"command": "2,12,22,32,42,52 * * * * python manage.py send_queued_mail"
},
{
"command": "5,15,25,35,45,55 * * * * python manage.py send_queued_mail"
},
{
"command": "7,17,27,37,47,57 * * * * python manage.py send_queued_mail"
}
]
}

0 comments on commit d0ef0e0

Please sign in to comment.