feat: schedule cron script to delete notifications older than 15 days
This commit is contained in:
@@ -15,4 +15,5 @@ CRON_DIR="$WORKDIR/cron"
|
||||
cd "$WORKDIR" || { echo "Failed to change directory to $WORKDIR"; exit 1; }
|
||||
|
||||
node --env-file=.env "$CRON_DIR/configUpdate.js"
|
||||
node --env-file=.env "$CRON_DIR/analytics.js"
|
||||
node --env-file=.env "$CRON_DIR/analytics.js"
|
||||
node --env-file=.env "$CRON_DIR/notificationCleanup.js"
|
||||
Reference in New Issue
Block a user