Closed (works as designed)
Project:
Mailchimp
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2011 at 00:34 UTC
Updated:
26 Apr 2011 at 17:49 UTC
If you have 10K users, no required lists and set mailchimp cron limit to 2500 per run, you will be left with 7500 users in the queue permanently.
This is not a major bug because having a full queue won't affect the module if there's no required list.
Mailchimp cron selects the list of users to update from queue (first 2.5K of 10K), then retrieves required lists. Only if it has a required list will those users then be moved out of the queue.
Comments
Comment #1
xurizaemonYou know, I'm pretty certain I observed this behaviour last night, but looking at the module code now I can't see the bug any more.
I will leave this issue - @levelos feel free to kill it if I don't provide steps to reproduce in a timely manner :)
Comment #2
levelos commentedClosing as there doesn't seem to be an issue here.