-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
Line 308 in b016945
def mk_actions(collection_id: str, processed_items: List[Item]): |
Line 287 in b016945
def mk_actions(collection_id: str, processed_items: List[Item]): |
I have noticed that this bulk action repeatedly calls for index_alias_by_collection_id despite the collection_id never changing. It's better to call it once and reuse the variable for each item.
Metadata
Metadata
Assignees
Labels
No labels