-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating logging for AWS SQS queue processing
- Loading branch information
1 parent
dff4ffe
commit 040c8b4
Showing
4 changed files
with
20 additions
and
5 deletions.
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 |
---|---|---|
|
@@ -164,4 +164,5 @@ workers/current_evaluation | |
|
||
|
||
*.pid | ||
*.jsonl | ||
*.jsonl | ||
*.pem |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Things to take note of | ||
|
||
- EC2 that is provisioned needs to have more memory then the task definition within the ECS service | ||
- EC2 4vCPU 16GB | ||
- EC2 Task Definition in ECS 4vCPU 12GB | ||
- Need to check how small the difference can be | ||
- EC2 Needs to have a public IPV4 Address |
Submodule pv-validation-hub-client
updated
3 files
+18 −247 | src/app/(mysubmissions)/mysubmissions/private_report/page.tsx | |
+6 −11 | src/app/modules/analyses/upload/uploader.tsx | |
+2 −0 | src/services/analysis_service.tsx |
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