-
Notifications
You must be signed in to change notification settings - Fork 13
Cnt scalability #316
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
Draft
yl-nuwan
wants to merge
53
commits into
develop
Choose a base branch
from
CNT-scalability
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Cnt scalability #316
Changes from 37 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
a11c07a
Adding initial scalable setup
yl-nuwan b17ebc1
fixed the yaml
yl-nuwan b23c318
removed the conditional exit added for testing
yl-nuwan 1c7ba00
fixed the typo
yl-nuwan 9b228cc
feat(aws-queue-mode): separate ECS execution and task roles with Dyna…
yl-nuwan b6f6d39
feat(cleanup): add clean and rebuild scripts for scalable containeriz…
yl-nuwan 8fb5329
feat(ecs): add command override variables for ECS tasks and update ma…
yl-nuwan cc5ef72
feat(aws-containerized): add queue-aware REST handler for ECS deploym…
yl-nuwan dfcc8fe
fix(ecs-queue-handler): correct message attribute parameter in queue …
yl-nuwan 2c981bb
feat(aws-containerized): add structured logging for agent request lif…
yl-nuwan ed49d79
testing with the rest async mode
yl-nuwan 8efdd03
Fixed the mode type
yl-nuwan 1afc5e6
fix(aws-containerized): correct path parameter substitution in async …
yl-nuwan 36b6794
chore(aws-containerized): rename sqs.tf to queue.tf and remove redund…
yl-nuwan 8faeac4
docs(aws-containerized): add queue mode documentation and update exam…
yl-nuwan d3858f3
style(aws-containerized): format code and improve string consistency
yl-nuwan 79f1230
formated the documant
yl-nuwan b6e8e5e
Enabled a basic containerized test to check the backward compatibility
yl-nuwan 189275e
fix(aws-deployment): add session ID validation for REST_ASYNC polling
yl-nuwan b53802a
fix(aws-containerized): improve error handling and validation in ECS …
yl-nuwan e3eb26e
fix(aws): correct HTTP status code and error messages for missing res…
yl-nuwan 2d4b53b
feat(aws-containerized): add SQS-based autoscaling for Agent Runner
yl-nuwan 256fc97
removed duplicate definition
yl-nuwan 2d62c50
load testing
yl-nuwan cfab4f3
disabled the cache tempararly
yl-nuwan ecaad3c
Merge branch 'develop' into CNT-scalability
yl-nuwan 9bd2f92
Merge branch 'develop' into CNT-scalability
yl-nuwan 517dce4
fix: update agentkernel dependency version to 0.5.1 in deploy scripts…
yl-nuwan 66cef74
fix: correct indentation in deploy script for config file copy
yl-nuwan 81436c3
feat: add agent runner autoscaling documentation and configuration de…
yl-nuwan c61869e
refactor: clean up comments and enabled integration test configuration
yl-nuwan fd84cc3
re enabled the cache
yl-nuwan 85dc2ce
linted
yl-nuwan fae5c49
enabled the agent code after load testing
yl-nuwan 45ebaf2
fix: update autoscaling conditions to use local.enable_autoscaling in…
yl-nuwan 5362d28
Potential fix for pull request finding
yl-nuwan 0db8c89
Potential fix for pull request finding
yl-nuwan 234b3fe
resolve pr review suggestions
yl-nuwan 8729ad7
refactor(containerized): restructure infrastructure into modular comp…
yl-nuwan 1ba0207
reduced test scope
yl-nuwan b475aaf
refactor: update containerized module configurations for consistency …
yl-nuwan b8faff2
feat: add create_dynamodb_memory_table variable and update IAM polici…
yl-nuwan c7a11d3
refactor: update package_path references in containerized module conf…
yl-nuwan 71b4243
switch to sync mode for testing for the application
yl-nuwan b8cfb32
reduced test scope
yl-nuwan fbc2bee
containerized code refactor
lakindu-yl 8dda440
containerized mode documentation updates
lakindu-yl b2c5c34
refactor sqs_consumer
lakindu-yl 66ee9fa
function naming update
lakindu-yl 5e4e09d
update groups thread execution
lakindu-yl 4965e5c
updates, and refactors
lakindu-yl 3fbe6ce
example import fixes
lakindu-yl 8b4e1c7
example import fix 2
lakindu-yl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve the documentation to mention that in queue mode this becomes the REST handler.