overleaf/server-ce/cron/project-history-retry-soft.sh
Miguel Serrano 28ac76a2ec Merge pull request #15156 from overleaf/msm-hotfix-4-1-3
[CE/SP] Hotfix 4.1.3 / 3.5.13

GitOrigin-RevId: 82d8db6164a197a0427f7b9aedd0a440ab2f71b1
2023-10-09 08:04:28 +00:00

11 lines
304 B
Bash
Executable file

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