• Julien Muchembled's avatar
    searchAndActivate: use a grouping method instead of callMethodOnObjectList · 3759047d
    Julien Muchembled authored
    The problem with callMethodOnObjectList is that when an object can't be
    processed, all other objects of the same group fail without any chance to
    be retried separately.
    
    Grouping is configurable with usual CMFActivity parameters in new 'group_kw'
    parameter, to avoid any conflict with catalog parameters (**kw).
    'packet_size' and 'activity_count' are still accepted for backward
    compatibility.
    3759047d
CatalogTool.py 43.7 KB