Skip to content

Commit

Permalink
Merge pull request #1762 from MTES-MCT/fix/1760-esabora-split-cron
Browse files Browse the repository at this point in the history
[Esabora] Découper le cron SISH en deux crons
  • Loading branch information
hmeneuvrier authored Sep 25, 2023
2 parents 0598062 + 29281e5 commit 577a040
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cron.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"command": "0 5 * * * php bin/console app:notify-visits"
},
{
"command": "0 0 * * * bash scripts/sync-esabora-sish.sh"
"command": "0 0 * * * php bin/console app:sync-esabora-sish"
},
{
"command": "0 1 * * * php bin/console app:sync-esabora-sish-intervention"
}
]
}

0 comments on commit 577a040

Please sign in to comment.