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
automl: explictly update timeoutes due to default library changes (#2719)
* automl: explictly update timeoutes due to library changes in the defaults
* Update ImportDataset.java
* try bumping timeout
AutoML provides no guarantee on how long this could take and normally would send an email followup. Though normally, I see this finish in under 10 mins. Trying to pin down if TASK CANCELLED is actually related to a timeout or not.
* update timeouts for all import methods
* undo changes to TablesImport, add catch for Cancellation Exception
* update to correct CancelledException
* wrong cancellation again
* run tests
* log to error
* test
* reset changes that printed error
* set retry settings
* add timeout check to beta code
0 commit comments