-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Not sure if this is a right place for discussions, please let me know if there are other places for the purpose.
We have been testing on a few custom strategies since the hitting of 200 and 60 limits on various places. So we made a simple counting logic that splits off sub-stacks with a sequential suffix for every 50 items. e.g. LogGroup0, LogGroup1... etc.
But it appears that new stack items, in our case one of the log groups, cannot be migrated between existing groups. Errors prompting about the same log group already exists in earlier groups.
It appears that a good strategy should be either,
- Always assign the same logical ID to the same destination group, but that may still hits the 60 args limit.
- Somehow knows if a stack item already exists in a sub-stack, so it knows when to assign new items to some other sub-stacks and keep old ones untouched.
Just want to know if I am heading to a right direction, could really use some advices here.
Metadata
Metadata
Assignees
Labels
No labels