-
Notifications
You must be signed in to change notification settings - Fork 0
Chore/merge changes #15
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
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
56851d1
chore: fixed rate limiting
yashawasthi10 63cedb7
added datadog for instrumentation
yashawasthi10 dff9bcf
Merge branch 'main' of https://github.com/dream-sports-labs/code-push…
yashawasthi10 6adcd4c
chore: changed rate limit for load testing
yashawasthi10 3a0e8e7
chore: modified changes
yashawasthi10 9e94040
chore: added unit tests for acquisition.test.ts
ashish-anand-here db52bbd
file names changes for test suites and test cases done for converter.ts
ashish-anand-here 425b63f
fix:q package changess
ashish-anand-here d9085b9
fix:fixed q package dependency
ashish-anand-here 35a4161
fix:fixed the redis-manager.ts
ashish-anand-here cadf7ec
fix:fixed redismanager.ts
ashish-anand-here 407f451
fixx:removed redundant function from Promisified client
ashish-anand-here 018cabc
fix:unit test fixed
ashish-anand-here b65cc6b
fix:fixed redis manager's increment and decrement logic
ashish-anand-here 9d1a7b5
fix
ashish-anand-here e0f82e5
added bug fix and sequalize config changes done
ashish-anand-here ba8dc9a
version bump up for profiling changes
ashish-anand-here 33e1c90
removed express-rate-limit
ashish-anand-here b84ed46
fix: ddtrace completely removed
ashish-anand-here 27f58f3
fix: ddtrace modified and blocked-at threshold increased
ashish-anand-here f276317
fix: removed ddtrace and blockedAt codes
ashish-anand-here 01b73d7
chore: added blocked-at code
ashish-anand-here 846f4e5
retracted changes for express-rate-limit removal
ashish-anand-here 96a9f7e
fix: added pm2 support
mohithemnani11 0430ff0
fix: added pm2 changes for load as well
mohithemnani11 15ac8d9
fix: fixed changes to sync with otaTesting branch
ashish-anand-here 724fe8d
Merge branch 'chore/MergeChanges' of github.com:dream-sports-labs/cod…
ashish-anand-here 985c28f
fix: package added for express-rate-limit
ashish-anand-here 1938bfb
fix: removed ddtrace part and sequelize.sync() in aws-storage.ts
ashish-anand-here 8a5de06
fix: modified variable name to reduce redis swap usage
ashish-anand-here 450a704
fix: fixed pm2 to work in cluster mode to utilize all cores
ashish-anand-here b40daff
fix: trying custom vcpu numbers
ashish-anand-here 7cddb03
fix:tessting with 2 cores
ashish-anand-here 872606c
fix: fixed sdk version bug for redis optimization
ashish-anand-here 739c2d6
fix: added instance configuration
ashish-anand-here 0bdc770
Added changes to run the server on pm2 cluster mode
prathameshy7 0784109
Added pm2 file config file for dev
prathameshy7 ee4b580
chore: removed healthcheck dependancy on redis
prathameshy7 23b3d53
fix: healthcheck passes if either of storage or redis is up
prathameshy7 c6648ae
fix: added changes to make redis calls with setTimeout to avoid long …
prathameshy7 b56ea6e
fix: added sending errors to datadog
prathameshy7 23765b7
fix: Adjustments to AWS RDS connection pool
prathameshy7 52d7607
fix: modified redis and aws db host env variable configs
prathameshy7 bccb053
fix: updated aws-storage connection pool attributes
prathameshy7 349cce7
fix: modified env variables names for cpsload1
prathameshy7 401b9a3
fix: tuned connection pool config and changed redis timeout
prathameshy7 7064cf2
fix: modified pm2-prod config file for prod deployment
prathameshy7 f49c74c
fix: removed unnecessary logs
prathameshy7 73917ec
Merge pull request #16 from dream-sports-labs/fix/RedisDownFixes
mohithemnani11 0209521
fix: added rate limiting to management router
mohithemnani11 c76c34c
Merge pull request #17 from dream-sports-labs/fix/rate-limiting-manag…
mohithemnani11 d79ef10
fix: modified redis timeout to 100ms
prathameshy7 19339b5
fix:updated gitignore
ashish-anand-here 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,3 +50,6 @@ JsonStorage.json | |
| __azurite_db_* | ||
| __blobstorage__ | ||
| __queuestorage__ | ||
|
|
||
| # VS Code settings | ||
| .vscode/ | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| // Use IntelliSense to learn about possible attributes. | ||
| // Hover to view descriptions of existing attributes. | ||
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
| "version": "0.2.0", | ||
| "configurations": [ | ||
| { | ||
| "type": "node", | ||
| "request": "launch", | ||
| "name": "Launch Program", | ||
| "skipFiles": [ | ||
| "<node_internals>/**" | ||
| ], | ||
| "program": "${file}", | ||
| "outFiles": [ | ||
| "${workspaceFolder}/**/*.js" | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
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.
@ashish-anand-here please add it to .gitignore