Closed jermnelson closed 1 month ago
Fixes #1285
This is a simple fix that changes how instance UUIDs are sent via XCOM to downstream tasks. By using a dict with one key instead of list with 10k instance UUIDs we avoid the limit of distinct "things" limit for XCOM.
Fixes #1285
This is a simple fix that changes how instance UUIDs are sent via XCOM to downstream tasks. By using a dict with one key instead of list with 10k instance UUIDs we avoid the limit of distinct "things" limit for XCOM.