View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017971 | phpList 3 application | Campaign Send Process | public | 17-12-15 22:53 | 16-01-19 09:46 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 3.2.3 | ||||
Fixed in Version | 3.2.5 | ||||
Summary | 0017971: When parallel processing is used the number of emails sent is incorrect | ||||
Description | When the parallel processing is used for two campaigns the number of emails sent for each campaign is reported as one too many. See the attached screenshot that reports 38 emails for each campaign but 74 in total. Looking at the events for the next batch 37 emails were sent for each campaign. | ||||
Tags | No tags attached. | ||||
|
|
|
This has been fixed by https://github.com/phpList/phplist3/pull/51 The count of processed subscribers was being incremented once too many but I think now is correct. |