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

delete marker checking taking too long #3

Open
shakeebshams opened this issue Jun 11, 2021 · 0 comments
Open

delete marker checking taking too long #3

shakeebshams opened this issue Jun 11, 2021 · 0 comments

Comments

@shakeebshams
Copy link
Contributor

When checking if a received message has a delete marker, it doesn't respond(within 5s) which results in very slow relay correspondence and a 503 on twilio's side (because it didn't receive a response fast enough). possibly change the res.sendStatus function to call before the delete marker checking has been made (this would fix the 503 from twilio). To fix the slow retrieval, maybe store deleted numbers locally in a data structure rather than in an external db. Theoretically much faster response time and thus lower latency throughout the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant