Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Capture current stack when request added to bulk requester #29

Open
alechenninger opened this issue Mar 16, 2016 · 0 comments
Open

Capture current stack when request added to bulk requester #29

alechenninger opened this issue Mar 16, 2016 · 0 comments

Comments

@alechenninger
Copy link
Contributor

Because we need to do batching, regardless of if it is a less explicit Future approach or something like described in #23, the requests need to happen asynchronously from when they are queued up. This means that the stack at the time the request was queued up is lost. This stack is useful however if something is wrong with that request.

We should capture the current stack when requests are queued up, and if they fail, we can present that stack along with the stack trace of the failure.

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

No branches or pull requests

1 participant