jsdelivr / globalping-cli

A simple CLI tool to run networking commands remotely from hundreds of globally distributed servers
Mozilla Public License 2.0
117 stars 14 forks source link

feat: infinite ping - concurent calls #93

Closed radulucut closed 5 months ago

radulucut commented 6 months ago

This allows for creating and handling multiple measurements at the same time when using the --infinite flag.

A new measurement will start if there is at least one probe that is finished across all running (in-progress) measurements and the limit (currently set to 10) has not been reached.

91

MartinKolarik commented 6 months ago

@radulucut I'm afraid I won't get a chance to check the code fully till next week, but feel free to continue with other issues in the meantime in separate PRs targeting this branch.

radulucut commented 6 months ago

@radulucut I'm afraid I won't get a chance to check the code fully till next week, but feel free to continue with other issues in the meantime in separate PRs targeting this branch.

sure, no worries.