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

Ensure time-sensitive message ingestion is reliable #686

Open
zone117x opened this issue Nov 12, 2024 · 0 comments
Open

Ensure time-sensitive message ingestion is reliable #686

zone117x opened this issue Nov 12, 2024 · 0 comments

Comments

@zone117x
Copy link
Member

Some types of events ingested by chainhook now record a date.now() timestamp which is used by clients to track important latency metrics.

It's not clear to me if this is reliable in the threading model used by chainhook. For example, can the event-ingestion component in chainhook be slowed down by other operations in chainhook? It seems like there's a lot of serial/synchronous IO processing (disk read/write, network read/write, etc) which doesn't use async code.

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

No branches or pull requests

1 participant