overleaf-server-arm/server-ce/cron/project-history-retry-soft.sh
2025-04-24 13:11:28 +08:00

12 lines
304 B
Bash
Executable File

#!/usr/bin/env bash
set -eux
echo "-----------------------------------"
echo "Retry project-history errors (soft)"
echo "-----------------------------------"
PROJECT_HISTORY_URL='http://127.0.0.1:3054'
curl -X POST "${PROJECT_HISTORY_URL}/retry/failures?failureType=soft&timeout=3600000&limit=10000"