bulkupdate
bulkupdate copied to clipboard
The number of processed entities is not always accurate
I have a bulkupdate job which needs to process 542 entities, yielding 2 tasks. The number of processed entities that is reported when the job is complete (status.num_processed) is almost always inacurate (less than 542), although I know for sure that all the 542 entities were indeed processed (the job generates a CSV file from those entities, and all the entities are in the CSV).
I have a patch that seems to fix the problem:
https://github.com/bourquep/bulkupdate/commit/f6fea626b81a9f1f77fff484d2da22e8f160fe5b
I can issue a pull request if this is something that should be merged in the main branch.