8 Dec
2022
8 Dec
'22
8:20 p.m.
On 12/7/22 15:24, Dan Caballero wrote:
Any further thoughts on this potential 'scaling' issue?
This may be related to https://gitlab.com/mailman/mailman/-/issues/1026
Try the following in mailman shell
>>> pendings = getUtility(IPendings)
>>> count = 0
>>> for token, data in pendings.find(pend_type='data'):
... count += 1
...
>>> count
What is the value printed for count and how long does the for loop take?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan