history_soft_retry.patch 382 B

12345678
  1. --- cron/project-history-retry-soft.sh
  2. +++ cron/project-history-retry-soft.sh
  3. @@ -8,4 +8,4 @@ echo "-----------------------------------"
  4. PROJECT_HISTORY_URL='http://localhost:3054'
  5. -curl -X POST "${PROJECT_HISTORY_URL}/retry/failures?failureType=hard&timeout=3600000&limit=10000"
  6. +curl -X POST "${PROJECT_HISTORY_URL}/retry/failures?failureType=soft&timeout=3600000&limit=10000"