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
Is your feature request related to a problem? Please describe.
update_features() will update all features in a data.frame synchronously. It may be preferable to chunk the input object and perform the update with smaller batch sizes and in parallel using httr2::req_perform_parallel(). We can use the structure implemented in add_features() to achieve this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
update_features()
will update all features in a data.frame synchronously. It may be preferable to chunk the input object and perform the update with smaller batch sizes and in parallel usinghttr2::req_perform_parallel()
. We can use the structure implemented inadd_features()
to achieve this.The text was updated successfully, but these errors were encountered: