Conversation:
Notices
-
@postblue It should work out-of-the-box, IIRC. Let me know if it doesn't though!
-
@postblue Interesting. I'll check if there's a memory leak and/or if we can be more memory friendly.
-
@postblue I was able to reproduce the memory issue. In the meantime, you can restart the import where it failed by grabbing the last notice ID it printed with:
php ./import-notices.php --since=$noticeID
-
@postblue Nop! :) The plugin uses the notice ID as the elasticsearch's _id field, and ES won't insert new records if the _id already exists in the collection.