-
Notifications
You must be signed in to change notification settings - Fork 7
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
Updates for javabuilder-demo to go live #393
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
0796b9e
update limit and change alert description
molly-moen 635e9d3
try using version 2.7.5
molly-moen d2ac1f8
try using version 2.7.8
molly-moen 5274aaf
add dev config
molly-moen 1a8f5b1
update alarm config
molly-moen 2fce118
add whitespace
molly-moen afbef71
commas
molly-moen be0803b
try parens
molly-moen 00f8514
hard-code limits
molly-moen 1a61534
add period
molly-moen c02c2b4
temporarily change config for testing
molly-moen b831183
change back to demo config
molly-moen 8f27db7
increase provisioned executions
molly-moen ecc280b
remove dev config
molly-moen d1f6bec
switch to parameters
molly-moen 90215f0
fix linting errors
molly-moen a514164
add quotes
molly-moen a7be0d9
revert dev config change
molly-moen 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.7 | ||
2.7.8 | ||
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,14 @@ | |
"BaseDomainName": "code.org", | ||
"SubdomainName": "javabuilder-demo", | ||
"BaseDomainNameHostedZonedID": "Z2LCOI49SCXUGU", | ||
"ProvisionedConcurrentExecutions": "1", | ||
"ReservedConcurrentExecutions": "5", | ||
"ProvisionedConcurrentExecutions": "5", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I went with 5 here somewhat arbitrarily, lmk if we have another number we want to go with. |
||
"ReservedConcurrentExecutions": "50", | ||
"LimitPerHour": "-1", | ||
"LimitPerDay": "50", | ||
"SilenceAlerts": "false" | ||
"SilenceAlerts": "false", | ||
"HighConcurrentExecutionsTopic": "javabuilder-low-urgency", | ||
"HighConcurrentExecutionsAlarmThreshold": "45" | ||
|
||
}, | ||
"Tags": { | ||
"EnvType": "production" | ||
|
This file contains 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 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 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
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.
This change was needed for the ci/cd pipeline to build correctly for a dev instance, so I think it will be needed for prod as well. We've done similar changes in the past to keep up the the AWS version of ruby.