mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-06 19:46:44 +03:00
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
# 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
|