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

[front] Handle backpressure manually to avoid getting stuck #9575

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

tdraier
Copy link
Contributor

@tdraier tdraier commented Dec 20, 2024

Description

pipeline can get stuck on files too big as gcs cannot ingest all data at once. Handle backpressure manually with pause/resume.

Risk

Can break file upload, but works on all tested files

Deploy Plan

deploy front

@tdraier tdraier requested a review from Fraggle December 20, 2024 14:36
Copy link
Contributor

@Fraggle Fraggle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woaw, do you have some ref about this ?

@tdraier
Copy link
Contributor Author

tdraier commented Dec 20, 2024

Woaw, do you have some ref about this ?

This was from user report : https://dust4ai.slack.com/archives/C07EEJQT0RX/p1734686754266309

@tdraier tdraier merged commit ef479bb into main Dec 21, 2024
3 checks passed
@tdraier tdraier deleted the thomas/fix-pipeline branch December 21, 2024 09:13
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