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