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
We recently see logs with message like this Too many indices (xxx > xxx), please remove unused indices before pushing, but it never seems to raise any error from our monitoring tools like Sentry or Rollbar when we use .save_objects
Just wondering if it is that .save_objects only care about success HTTP request but not success of index creation? Thus we need to use .save_objects! instead here?
Steps To Reproduce
Calling .save_objects when almost reaching the limit.
The text was updated successfully, but these errors were encountered:
berniechiu
changed the title
Too many indices, please remove unused indices before pushing
Regarding the Error "Too many indices, please remove unused indices before pushing"
Sep 9, 2021
berniechiu
changed the title
Regarding the Error "Too many indices, please remove unused indices before pushing"
Regarding the Log "Too many indices, please remove unused indices before pushing"
Sep 9, 2021
Description
Hi Algolia team:
We recently see logs with message like this
Too many indices (xxx > xxx), please remove unused indices before pushing
, but it never seems to raise any error from our monitoring tools like Sentry or Rollbar when we use.save_objects
Just wondering if it is that
.save_objects
only care about success HTTP request but not success of index creation? Thus we need to use.save_objects!
instead here?Steps To Reproduce
Calling
.save_objects
when almost reaching the limit.The text was updated successfully, but these errors were encountered: