iris-hep / idap-200gbps-atlas

benchmarking throughput with PHYSLITE
6 stars 1 forks source link

`get_transform_status` Needs a backoff #142

Open gordonwatts opened 2 months ago

gordonwatts commented 2 months ago

When a huge number of transforms are submitted, servicex can get overwhelmed, and won't always reply to the get_transform_status query within the default timeout. A retry/backoff should be added to allow for this happening (just for the timeout exception) to make the interaction with servicex a bit more robust.