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

GET /inputmasks/{idxes} can hang "forever" #11

Open
sbellem opened this issue Mar 17, 2021 · 0 comments
Open

GET /inputmasks/{idxes} can hang "forever" #11

sbellem opened this issue Mar 17, 2021 · 0 comments
Assignees

Comments

@sbellem
Copy link
Contributor

sbellem commented Mar 17, 2021

Problem: The current backend logic is such that if a client requests an inputmask that cannot be found in the db, the backend will wait and until it can be found. In the meantime the request never returns.

Proposed solution: Try to access the requested inputmask just once, and if not found return a 404 not found error, and leave it up to the client to retry.

@sbellem sbellem changed the title GET /inputmasks/idxes can hang "forever" GET /inputmasks/{idxes} can hang "forever" Mar 17, 2021
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

2 participants