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 have a database with millions of items and we're using the search_index command to add the content to elastic search.
We'd like to make it so that the script can be resumed if it crashes, since that's happened to us a few times.
I don't think that's currently possible, but if it's a welcome feature (and not too much work, we haven't looked at the code too much yet), we could probably submit a PR.
Is this welcome and useful?
Some background: We're moving from Solr, for which we have a very custom management command. It can:
Update or delete
Only do particular PKs
Resume operation after a given PK
And a few more things
We may just have to build ourselves a new custom command (perhaps an extension of this one), but it'd be great to add our features upstream if it makes sense.
Thank you!
The text was updated successfully, but these errors were encountered:
We have a database with millions of items and we're using the search_index command to add the content to elastic search.
We'd like to make it so that the script can be resumed if it crashes, since that's happened to us a few times.
I don't think that's currently possible, but if it's a welcome feature (and not too much work, we haven't looked at the code too much yet), we could probably submit a PR.
Is this welcome and useful?
Some background: We're moving from Solr, for which we have a very custom management command. It can:
We may just have to build ourselves a new custom command (perhaps an extension of this one), but it'd be great to add our features upstream if it makes sense.
Thank you!
The text was updated successfully, but these errors were encountered: