You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/offline-replay/run_offline_replay_backtest.sh
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ EOF
40
40
curl -X POST -H 'Content-type: application/json' --data "$json_payload"$SLACK_DEBUG_WEBHOOK_URL
41
41
}
42
42
43
-
send_slack_message "Starting $NETWORK-offline-replay run on \`$(hostname)\` in \`$(pwd)\` with agave tag \`$AGAVE_TAG\` and firedancer cluster version \`$FD_CLUSTER_VERSION\`"
43
+
send_slack_message "Starting $NETWORK-offline-replay run on \`$(hostname)\` in \`$(pwd)\` with agave tag \`$AGAVE_TAG\`
44
44
CURRENT_MISMATCH_COUNT=0
45
45
CURRENT_FAILURE_COUNT=0
46
46
@@ -165,7 +165,7 @@ while true; do
165
165
166
166
while [ $DONE -eq 0 ]; do
167
167
cd $FIREDANCER_REPO
168
-
send_slack_message "Starting ledger replay with commit \`$FD_COMMIT\` and cluster version \`$FD_CLUSTER_VERSION\`"
168
+
send_slack_message "Starting ledger replay with commit \`$FD_COMMIT\`
0 commit comments