bulkupdate icon indicating copy to clipboard operation
bulkupdate copied to clipboard

The number of processed entities is not always accurate

Open bourquep opened this issue 14 years ago • 1 comments

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).

bourquep avatar Dec 21 '10 21:12 bourquep

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.

bourquep avatar Dec 21 '10 22:12 bourquep