Skip to content

Commit

Permalink
FIX : Modification périodicité exécution des batch : 1 batch à la foi…
Browse files Browse the repository at this point in the history
…s toutes les 5 minutes
  • Loading branch information
pierre-maraval committed Sep 19, 2024
1 parent 30bc1eb commit 0f3ee29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/batch/tasks.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
${ITEM_BATCH_CRON_TRAITEMENT} /scripts/itemBatchTraiterLigneFichierModif.sh 1>/proc/1/fd/1 2>/proc/1/fd/2
${ITEM_BATCH_CRON_TRAITEMENT} /scripts/itemBatchTraiterLigneFichierExemp.sh 1>/proc/1/fd/1 2>/proc/1/fd/2
${ITEM_BATCH_CRON_TRAITEMENT} /scripts/itemBatchTraiterLigneFichierRecouv.sh 1>/proc/1/fd/1 2>/proc/1/fd/2
${ITEM_BATCH_CRON_TRAITEMENT} /scripts/itemBatchTraiterLigneFichierSupp.sh 1>/proc/1/fd/1 2>/proc/1/fd/2
4-59/5 * * * * /scripts/itemBatchTraiterLigneFichierModif.sh 1>/proc/1/fd/1 2>/proc/1/fd/2
3-58/5 * * * * /scripts/itemBatchTraiterLigneFichierExemp.sh 1>/proc/1/fd/1 2>/proc/1/fd/2
2-57/5 * * * * /scripts/itemBatchTraiterLigneFichierRecouv.sh 1>/proc/1/fd/1 2>/proc/1/fd/2
*/5 * * * * /scripts/itemBatchTraiterLigneFichierSupp.sh 1>/proc/1/fd/1 2>/proc/1/fd/2
${ITEM_BATCH_CRON_STAT} /scripts/itemBatchExportStatistiques.sh 1>/proc/1/fd/1 2>/proc/1/fd/2

0 comments on commit 0f3ee29

Please sign in to comment.