Skip to content

Commit

Permalink
Merge pull request #2620 from MTES-MCT/bugfix/fix-cron-format
Browse files Browse the repository at this point in the history
Fix cron format
  • Loading branch information
emilschn committed May 31, 2024
2 parents 937c146 + 550e745 commit e7ec95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"command": "0 4 * * * php bin/console app:notify-and-archive-inactive-accounts"
},
{
"command": "30 4 * * php bin/console app:anonymize-expired-account"
"command": "30 4 * * * php bin/console app:anonymize-expired-account"
},
{
"command": "0 1 * * * sh /app/scripts/sync-db.sh"
Expand Down

0 comments on commit e7ec95e

Please sign in to comment.