# Run event cleanup daily at 2 AM 0 2 * * * cd /app && bun run cleanup-events 30 >> /app/data/cleanup-events.log 2>&1 # Empty line at the end is required for cron to work properly