Class ReplayExceptionClient

A plugin for the client allowing replay of remote exceptions locally

Declaration

class ReplayExceptionClient
source link

Documentation

Adds the following methods (and their async variants)to the given client:

- ``recreate_error_locally``: main user method
- ``get_futures_error``: gets the task, its details and dependencies,
    responsible for failure of the given future.

Methods