Skip to content
Discussion options

You must be logged in to vote

@rjayaram-godaddy The redis ingestion queue is used to forward events to the worker on which they are further processed. Once the worker processing completes they are added to the ClickHouseWriterQueue. This is an in-memory queue in the worker container that tries to insert events into ClickHouse for multiple times, but eventually gives up. Right now, there is no dead letter queue for this writer queue available.

There is a mechanism to replay specific events from S3 that were sent during a downtime: https://github.com/langfuse/langfuse/tree/main/worker/src/scripts/replayIngestionEvents. You can use that to restore them.

In general, we strongly recommend to use a highly available ClickHou…

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@rjayaram-godaddy
Comment options

Comment options

You must be logged in to vote
1 reply
@rjayaram-godaddy
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@dahnny012
Comment options

@dahnny012
Comment options

@Steffen911
Comment options

@Steffen911
Comment options

Answer selected by Steffen911
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants