Is there a way I can attach metadata to a RetryReq...
# ask-community
h
Is there a way I can attach metadata to a RetryRequested I tried doing a
raise RetryRequested(...) from Failure('blah', metadata=...)
but the metadata on the Failure doesn't appear
s
Hi Harrison, There currently is not-- if you’d like this feature, I recommend opening a feature request in our Github.
D 1