Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Timeout in DataAccess #175

Open
andrew-nowak opened this issue Apr 7, 2017 · 1 comment
Open

Timeout in DataAccess #175

andrew-nowak opened this issue Apr 7, 2017 · 1 comment

Comments

@andrew-nowak
Copy link
Contributor

When authorising, we create a DataAccess object, call da.authorise, and wait for it to either emit 'authorised' or 'failed'. But, the request to sentry might hang, or we might get some obscure error which we haven't handled, which means that the original request will also hang indefinitely. Possibly we can create a time out, which will return a 50x and cause an error (possibly kill the server).

@mgcam
Copy link
Member

mgcam commented Apr 8, 2017 via email

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

No branches or pull requests

2 participants