debugging and errors
All checks were successful
Build Docker Image / build (push) Successful in 36s

This commit is contained in:
Tudor Sitaru
2025-12-23 16:58:39 +00:00
parent c16f4e9aed
commit 57c349e14f

View File

@@ -3,7 +3,7 @@ SHELL=/bin/bash
PATH=/usr/local/bin:/usr/bin:/bin PATH=/usr/local/bin:/usr/bin:/bin
# Run both downloaders daily at 2:00 AM # Run both downloaders daily at 2:00 AM
*/5 * * * * /app/scripts/scheduler.sh >> /var/log/cron.log 2>&1 0 2 * * * /app/scripts/scheduler.sh >> /var/log/cron.log 2>&1
# Keep cron log file from growing too large (weekly cleanup) # Keep cron log file from growing too large (weekly cleanup)
0 3 * * 0 find /var/log -name "cron.log" -size +100M -exec truncate -s 50M {} \; 2>/dev/null || true 0 3 * * 0 find /var/log -name "cron.log" -size +100M -exec truncate -s 50M {} \; 2>/dev/null || true