hyperledger-archives / aries-cloudagent-loadgenerator

aries-cloudagent-loadgenerator
https://wiki.hyperledger.org/display/aries
Apache License 2.0
17 stars 11 forks source link

Retry failed requests reported via AcaPy Webhook calls #54

Open PaulWen opened 2 years ago

PaulWen commented 2 years ago

Currently, we receive many errors via AcaPy Webhook calls. Maybe, just retrying them would allow us to still process them and therefore make the system more reliable and resiliant.

PaulWen commented 2 years ago

In order to retry a connection issuance after an error has been reported via the webhooks, would require the controller to store a list of all pending credential issuances to be able to tricker them again in case of a failiure.