Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
87 stars 17 forks source link

Increase timeout for AttachDatasourceUsingJwt #31

Closed rosbo closed 11 months ago

rosbo commented 11 months ago

AttachDatasourceUsingJwt calls UpdateKernelSession which then calls the session scheduler. The method on the scheduler may take up to 20s (after 20s, the work continues in the background). See b/312965617.

Setting the timeout for AttachDatasourceUsingJwt to 30s to leave a bit of buffer for the other logic around.

http://b/305947763