check_pid changes

This commit is contained in:
2024-12-20 10:49:16 +01:00
parent 73a6aeae51
commit fbdf365e6b
2 changed files with 14 additions and 6 deletions

View File

@@ -741,7 +741,7 @@ execute_task() {
DEPLOY_PAYLOAD=$(echo "$JSON" | jq -r .PAYLOAD) # base64 list of key-value pairs in JSON
deploy_additionals "$APP_DIR" "$DEPLOY_NAME" "$DEPLOY_PAYLOAD"
sh /scripts/check_pid.sh "$PID" "$TASK" "$DATE" "$REDIS_SERVER" "$REDIS_PORT" &
sh /scripts/check_pid.sh "$PID" "$SHARED" "$TASK" "$DATE" "$DEBUG" &
fi
fi
done