We have processes that test the Labelbox’s Python SDK on a daily bases, and we’re noticing that in the last week or so, when trying to export data for testing, we’re getting Failed: Timeout >300.0s
in the wait_till_done()
. We have version 6.5.0 of the SDK, and we’re getting these timeouts more often in the last days. Did something change? Is there something we should be aware of?
Hello,
Do you see the same behaviour with the SDK 6.10.0? What parameters do you use for the export, and what volume of data do you export, please?
Best,
Paul N
Greetings Paul!
The SDK version we’re using is 6.5.0
The parameters we use, are as follow (I think are understandable from your end):
EXPORT_PARAMS = {
ATTACHEMENTS: True,
METADATA_FIELDS: True,
DATA_ROW_DETAILS: True,
LABEL_DETAILS: True,
PROJECT_DETAILS: True,
PERFORMANCE_DETAILS: True,
}
The projects we export are very small (we created them only for testing), but I’m guessing it’s because we have a few tests, and we’re making frequent calls, or is there other explanation for this?