Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ecs-patterns): cooldown parameter to QueueProcessingServiceBaseProps #28730

Merged
merged 22 commits into from
Jan 18, 2024

Commits on Jan 16, 2024

  1. add cooldown property

    aaythapa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    60ad0c0 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    aaythapa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bf38e8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    237572a View commit details
    Browse the repository at this point in the history
  4. add snapshots

    aaythapa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7003393 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c17db3 View commit details
    Browse the repository at this point in the history
  6. add readme changes

    aaythapa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e8cfcf8 View commit details
    Browse the repository at this point in the history
  7. add readme changes

    aaythapa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ebabcdb View commit details
    Browse the repository at this point in the history
  8. small scope changes

    aaythapa committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7f9f753 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. remove integ test

    aaythapa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    74e4880 View commit details
    Browse the repository at this point in the history
  2. add new integ test

    aaythapa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8349fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14997ce View commit details
    Browse the repository at this point in the history
  4. match docs

    aaythapa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5c5a65a View commit details
    Browse the repository at this point in the history
  5. add max value error check

    aaythapa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a033862 View commit details
    Browse the repository at this point in the history
  6. Update packages/aws-cdk-lib/aws-ecs-patterns/README.md

    Co-authored-by: Kaizen Conroy <[email protected]>
    aaythapa and kaizencc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ae833f6 View commit details
    Browse the repository at this point in the history
  7. Update packages/aws-cdk-lib/aws-ecs-patterns/README.md

    Co-authored-by: Kaizen Conroy <[email protected]>
    aaythapa and kaizencc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    114b213 View commit details
    Browse the repository at this point in the history
  8. Update packages/aws-cdk-lib/aws-ecs-patterns/lib/base/queue-processin…

    …g-service-base.ts
    
    Co-authored-by: Kaizen Conroy <[email protected]>
    aaythapa and kaizencc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0e92a59 View commit details
    Browse the repository at this point in the history
  9. Update packages/aws-cdk-lib/aws-ecs-patterns/lib/base/queue-processin…

    …g-service-base.ts
    
    Co-authored-by: Kaizen Conroy <[email protected]>
    aaythapa and kaizencc committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    467da6c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    856f21e View commit details
    Browse the repository at this point in the history
  11. docstring fix

    aaythapa committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    edda94b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    6a8ff62 View commit details
    Browse the repository at this point in the history
  2. Update packages/aws-cdk-lib/aws-ecs-patterns/test/fargate/queue-proce…

    …ssing-fargate-service.test.ts
    kaizencc committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0c457c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1653909 View commit details
    Browse the repository at this point in the history