You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When a huge number of transforms are submitted,
servicex
can get overwhelmed, and won't always reply to theget_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.The text was updated successfully, but these errors were encountered: