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

Problem: async fireEvents could overlap #6

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

yihuang
Copy link
Collaborator

@yihuang yihuang commented Nov 1, 2024

follow up on #4

Solution:

  • create a task runner to avoid running async tasks overlap

PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

follow up on cometbft#5

Solution:
- create a task runner to run async tasks
@yihuang yihuang requested a review from mmsqe November 1, 2024 08:25
consensus/task.go Outdated Show resolved Hide resolved
@yihuang yihuang merged commit 8136e47 into crypto-org-chain:v0.38.x Nov 1, 2024
19 checks passed
@yihuang yihuang deleted the async-fire-events branch November 1, 2024 10: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