Workiva / furious

Fast and modular async task library for Google App Engine.
Apache License 2.0
37 stars 39 forks source link

Add parent id and request id to Async #147

Closed beaulyddon-wf closed 10 years ago

beaulyddon-wf commented 10 years ago

Add a parent id and request id to the Async object. The parent id will be passed down to "children" asyncs. This will allow us to track the chain/graph of asyncs without developer intervention.

@robertkluin-wf @tannermiller-wf @tylertreat-wf @rosshendrickson-wf @johnlockwood-wf

beaulyddon-wf commented 10 years ago

@robertkluin-wf @tannermiller-wf @tylertreat-wf @rosshendrickson-wf @johnlockwood-wf

PR Updated

tylertreat-wf commented 10 years ago

+1

tannermiller-wf commented 10 years ago

+1