This commit is contained in:
2024-04-12 15:48:16 +02:00
parent 40fecd28e4
commit 81d1243d6d

View File

@@ -1,2 +1,2 @@
# Exécute la tâche cron toutes les heures
*/5 * * * * cd /app && python manage.py runcrons > /proc/1/fd/1 2>/proc/1/fd/2
*/5 * * * * /app/python manage.py runcrons > /var/logs/runcrons.logs