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

Load Testing #399

Open
Niicck opened this issue Nov 9, 2018 · 0 comments
Open

Load Testing #399

Niicck opened this issue Nov 9, 2018 · 0 comments
Labels
Public Launch tasks to complete before opening up ctxfloods to the public

Comments

@Niicck
Copy link
Collaborator

Niicck commented Nov 9, 2018

We need to make sure that our app can handle heavy volume.

  • Check that our pools have enough available connections
  • Check that our lambda functions will scale
  • Check that our sql queries are efficient enough.
  • Lambda functions have a (default) timeout of 6 seconds. If our lambdas/db reach a bottleneck, it is good to be mindful of this.
  • Investigate server side caching.
  • Use PgBouncer to manage postgres connections?
@Niicck Niicck added the Public Launch tasks to complete before opening up ctxfloods to the public label Nov 9, 2018
@Niicck Niicck mentioned this issue Dec 14, 2018
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Public Launch tasks to complete before opening up ctxfloods to the public
Projects
None yet
Development

No branches or pull requests

1 participant