You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the new load tests have revealed, scaling the service for the submit-passport request is difficult, because these requests take quite a long to to process.
Lambda functions however seem to be able to handle spikes in traffic better (see branch https://github.com/gitcoinco/passport-scorer/tree/1646_lambda ), hence we would like to implement this API endpoint to be served by a lambda function.
create a lambda function to handle the submit-passport request
the lambda function preferably calls the same handler as the current API
should be triggered on the requests to /registry/submit-passport and /registry/v2/submit-passport. (is possible specify a wildcard /registry/*/submit-passport)
The text was updated successfully, but these errors were encountered:
As the new load tests have revealed, scaling the service for the
submit-passport
request is difficult, because these requests take quite a long to to process.Lambda functions however seem to be able to handle spikes in traffic better (see branch https://github.com/gitcoinco/passport-scorer/tree/1646_lambda ), hence we would like to implement this API endpoint to be served by a lambda function.
submit-passport
requestThe text was updated successfully, but these errors were encountered: