latex-ub/server-ce/cron/project-history-retry-hard.sh
2025-05-05 12:24:05 +00:00

12 lines
309 B
Bash
Executable file

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