Join Slack
Powered by
So looking at this RAM-aware batch processing exam...
# help
w
witty-engineer-68746
05/15/2023, 10:30 AM
So looking at this RAM-aware batch processing example for GlossaryWriterStep:
https://docs.spryker.com/docs/scos/dev/technical-enhancement-integration-guides/integrate-elastic-computing.html#integrate-ram-aw[…]batch-processing
Seems that nothing is going to get persisted in the database if the dataset is so small that this never returns true
if ($this->memoryAllocatedElasticBatch->*isFull*())
m
mammoth-autumn-37948
05/15/2023, 2:16 PM
the data import process should call a last time again a flush... did u checked if it so? this is just for such situation
Open in Slack
Previous
Next