Skip to content

Discussions on custom strategy #86

@vicary

Description

@vicary

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,

  1. Always assign the same logical ID to the same destination group, but that may still hits the 60 args limit.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions