Hi,
Is anyone else seeing duplicate records in the campaign log after a campaign sync via MailChimp?
Here is an example set of records after I cleared all the mail_chimp_log_marker rows, and campaign_log_records and waited for a resync
	
These all have the same string_data - i.e they are the same sent record for one recipient.
It's as if there's a race condition and multiple syncs are being called for the same campaign_id at the same time?
					Is anyone else seeing duplicate records in the campaign log after a campaign sync via MailChimp?
Here is an example set of records after I cleared all the mail_chimp_log_marker rows, and campaign_log_records and waited for a resync
PHP Code:
	
Sent    2016-10-24 16:10:00    2016-11-02 18:23:12
Sent    2016-10-24 16:10:00    2016-11-02 18:23:12
Sent    2016-10-24 16:10:00    2016-11-02 18:23:12
Sent    2016-10-24 16:10:00    2016-11-02 18:23:12
Sent    2016-10-24 16:10:00    2016-11-02 18:23:13
Sent    2016-10-24 16:10:00    2016-11-02 18:23:13
Sent    2016-10-24 16:10:00    2016-11-02 18:23:13
Sent    2016-10-24 16:10:00    2016-11-02 18:23:13
Sent    2016-10-24 16:10:00    2016-11-02 18:23:14 
It's as if there's a race condition and multiple syncs are being called for the same campaign_id at the same time?

Comment