-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Feature request: Periodic reruns #10
Comments
as of now, i think this is not possible. to be able to do this we would need to introduce something like a split log, where we log all split and at least show failed splits. maybe with a resend button. |
I think it shouldn’t be on per default, and it doesn’t need to log failed splits from my perspective. It just should take the balance in the wallet minus lnbits-fee-reserve and split that. |
the code shows we take reserve fees into account, here https://github.com/lnbits/splitpayments/blob/main/tasks.py#L57 we have no recollection of failed payments though, it happens on the fly when a payment is received, and if a split fails, it will be deleted as transaction. so there will be no way to ever retry splits or even really see what happens, if i am not completely mistaken. |
Correct me if I’m wrong, but isn’t the way it takes it into account that it just doesn’t do the split, if there is not enough fee on top of the incoming transaction? My issue is that right now I already host over a dozen accounts. To not become a custodian I need a way to ensure that besides the fee reserve everything is automatically forwarded. Essentially I do not care about any history. I just need the full wallet balance be split/scrubbed at regular intervals. |
Of course a feature to remember and retry splits with the amount that was received would be even cooler, but overkill for my needs. Edit: |
Use Case example: Hosted/shared lnbits to receive tips. Setup: Current behavior: Wishfull behavior: |
Hi,
I noticed that split is not always working as intended. Sometimes a split does not happen (less than 1 sat on one of the transactions, too high fee, sometimes for no reason). So it would be handy if there was an option that split periodically retries to run a split on the amount of sats in the wallet minus LNbits fee reserve.
The text was updated successfully, but these errors were encountered: