I found that the CI of up-transport-zenoh-rust often fails due to the HTTP 429, which is Too Many Requests.
https://github.com/eclipse-uprotocol/up-transport-zenoh-rust/actions/runs/16766243510/job/47471747243
I guess this might be related to the batch number here.
|
args=(-jar "$dash_jar" -timeout 60 -batch 90 -summary "$dash_summary") |
Do you think we should increase the number here?
@sophokles73
I found that the CI of up-transport-zenoh-rust often fails due to the HTTP 429, which is
Too Many Requests.https://github.com/eclipse-uprotocol/up-transport-zenoh-rust/actions/runs/16766243510/job/47471747243
I guess this might be related to the batch number here.
ci-cd/.github/actions/run-eclipse-dash/check-3rd-party-licenses.sh
Line 33 in 38cfcdb
Do you think we should increase the number here? @sophokles73