View Issue Details

IDProjectCategoryView StatusLast Update
0007857Talerwallet-corepublic2023-06-05 14:00
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version0.9.4 
Summary0007857: wallet-core should immediately re-try processing a transaction once a dependent transaction changes status
DescriptionWe currently check with exponential back-off, as if this were some network request. That's slow and inefficient.

Examples:
* withdrawals of peer-(push,pull)-credit transactions
* refreshes of certain aborting transactions

Instead we should simply run the code to process a transaction that's waiting for another one once the dependee changes state.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-06-05 14:00 Florian Dold New Issue
2023-06-05 14:00 Florian Dold Status new => assigned
2023-06-05 14:00 Florian Dold Assigned To => Florian Dold