We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, in backend, we are unable to configure the amount of times a payment is retried. Instead, we have a magic number:
rafiki/packages/backend/src/open_payments/payment/outgoing/worker.ts
Line 13 in af2ca8e
This should be a configurable ENV variable.
user-docs
The text was updated successfully, but these errors were encountered:
Hey can i do this one ? from my understanding of codebase
IAppConfig
rafiki/packages/backend/src/open_payments/payment/outgoing/service.ts
Line 61 in af2ca8e
Line 97 in af2ca8e
Happy to open a pr if this is the correct way
Sorry, something went wrong.
Hi @dead8309, yes, that should be it. I'll assign you. Thank you and looking forward to this PR 🙂!
76a5d00
dead8309
Successfully merging a pull request may close this issue.
Context
Currently, in backend, we are unable to configure the amount of times a payment is retried. Instead, we have a magic number:
rafiki/packages/backend/src/open_payments/payment/outgoing/worker.ts
Line 13 in af2ca8e
This should be a configurable ENV variable.
Todos
user-docs
issue to have the writers add this new env variable to the docsThe text was updated successfully, but these errors were encountered: