2023-07-20 #33
explodecomputer
started this conversation in
Meeting notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heavy traffic causing issues
option 1 - use existing google oauth2 mandatory for all queries
option 2 - opengwas login
- requires some software engineering to implement
- create a login / registration system on website
- figure out how to issue and validate tokens
- helps gather user information
option 3 - create replicates of the API container
- requires reconfiguring the deployment
option 4 - throttling
- using nginx?
- sys admin work
- using API
- potentially requires job queue implementation
- software engineering
- using oracle?
- https://traefik.io
Beta Was this translation helpful? Give feedback.
All reactions