Skip to content

Fix spurious too many unacked price update transactions message #274

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

Merged
merged 2 commits into from
Nov 22, 2022

Conversation

tompntn
Copy link
Contributor

@tompntn tompntn commented Aug 25, 2022

We add an entry to the list of unacked transactions for each price account in a batch. This means that there are more "unacked transactions" tracked then really exist, which results in an unnecessarily high amount of too many unacked price update transactions messages being printed. This PR therefore only stores one update per batch.

@tompntn tompntn force-pushed the batch_transaction_logging branch from 629248a to 0131a44 Compare November 21, 2022 13:27
@tompntn tompntn requested a review from jayantk November 21, 2022 13:54
@tompntn tompntn merged commit 881b633 into main Nov 22, 2022
@tompntn tompntn deleted the batch_transaction_logging branch November 22, 2022 13:18
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

Successfully merging this pull request may close these issues.

2 participants