redisai-py icon indicating copy to clipboard operation
redisai-py copied to clipboard

DAG.run() throws if response error by any element

Open hhsecond opened this issue 5 years ago • 0 comments

DAG.run relies on the pre-created list for doing post-processing. The post-processing functions don't consider the possible response error from the server and ended up applying the post-processing on the response error object

hhsecond avatar Jun 14 '20 02:06 hhsecond