wilr / silverstripe-algolia

Handles indexing Silverstripe Pages into Algolia and providing results
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

fix AlgoliaReindexAllJob to batch into steps #72

Closed matt-in-a-hat closed 3 months ago

matt-in-a-hat commented 3 months ago

Fix to use jobData so that it is possible to run over multiple steps & if the job dies or runs out of memory etc. Complete overhaul of this class to actually do what it says in the setup description - do the heavy lifting / batching at setup and then step through them 1 chunk at a time using QueuedJob's currentStep.