jsdelivr / globalping-cli

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

Enable real-time updates by default #32

Closed MartinKolarik closed 1 year ago

MartinKolarik commented 1 year ago

After https://github.com/jsdelivr/globalping/issues/308

didil commented 1 year ago

I guess this must be implemented before #31 as there is no implementation of real time updates / "inProgressUpdates" in the cli for now

jimaek commented 1 year ago

They can be done at the same time. The context is that we had realtime on by default for all tests, and now it has to be enabled using that option

didil commented 1 year ago

@jimaek when I try to test the API I get the error "inProgressUpdates" is not allowed this is the test json request I used

{
    "limit": 5,
    "locations": [
        {
            "magic": "USA"
        }
    ],
    "type": "traceroute",
    "target": "cloudserversaustralia.com.au",
    "inProgressUpdates": false,
    "measurementOptions": {}
}
jimaek commented 1 year ago

Yeah we didn't deploy the fix yesterday:( We will get it working today. I'll let you know when. You could switch to something else in the meantime I think

jimaek commented 1 year ago

Fix deployed. Please test everything to make sure we have real-time on by default and it works correctly