Skip to content

Commit 1efcaab

Browse files
Send the alert on the background to avoid delays
1 parent 30f9abd commit 1efcaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerts/periodic_sender.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ -z "$ENV_FILE" ]]; then
1111
fi
1212

1313
function send_proof_background() {
14-
./alerts/sender_with_alert.sh "$ENV_FILE"
14+
./alerts/sender_with_alert.sh "$ENV_FILE" &
1515
}
1616

1717
# Fetches the current ETH gas price

0 commit comments

Comments
 (0)