adorsys / open-banking-gateway

Provides RESTful API, tools, adapters, and connectors for transparent access to open banking API's (for banks that support PSD2 and XS2A as well as HBCI/FinTS)
https://adorsys.github.io/open-banking-gateway
GNU Affero General Public License v3.0
248 stars 93 forks source link

Flowable retryables #277

Open valb3r opened 4 years ago

valb3r commented 4 years ago

Currently flowable by default retries step even if it is not a recoverable error, we need to update this so that only retryable errors are causing the same step to execute again.

VanessaAhmad commented 4 years ago

low priority until real bank