There was an error while loading. Please reload this page.
See internal issue 442629997.
While calling Client.query_and_wait(), we could see a roughly 200MB memory spike, and it is caused by the helper function that processes API response triggering a deepcopy() while setting values in _QueryResult.
Client.query_and_wait()
_QueryResult
See internal issue 442629997.
While calling
Client.query_and_wait(), we could see a roughly 200MB memory spike, and it is caused by the helper function that processes API response triggering a deepcopy() while setting values in_QueryResult.