Skip to content
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

Make payout asynchronous #58

Open
gudnuf opened this issue Aug 13, 2023 · 1 comment
Open

Make payout asynchronous #58

gudnuf opened this issue Aug 13, 2023 · 1 comment

Comments

@gudnuf
Copy link
Owner

gudnuf commented Aug 13, 2023

Currently we iterate through each member and pay them one at a time, but each payout is blocking for the next.

We should make the payout happen asynchronously so that all payouts can be initiated at the same time.

@gudnuf
Copy link
Owner Author

gudnuf commented Jan 22, 2024

UPDATE: I think CLN is single-threaded so this will not be possible, but check to confirm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant