Open nparrish opened 6 years ago
I'm using graphene in a Tornado-based web application. Since most of our async operations use Tornado's coroutines, we end up wrapping those Futures in Promises. When the coroutine throws an exception, we usually don't get a stack trace.
Future
Promise
I have a fix, but there may be a better way:
https://github.com/syrusakbary/promise/pull/47
I'm using graphene in a Tornado-based web application. Since most of our async operations use Tornado's coroutines, we end up wrapping those
Future
s inPromise
s. When the coroutine throws an exception, we usually don't get a stack trace.I have a fix, but there may be a better way:
https://github.com/syrusakbary/promise/pull/47