feat(flow): relax flow item time-to-live minimum to 45s - #721
Merged
RapidPoseidon merged 1 commit intoJul 27, 2026
Conversation
Lower the client-side minimum time-to-live for flow items from 60s to 45s, matching the relaxed backend floor. Streaming rapids make sub-minute lifetimes viable, so the previous one-minute floor was more conservative than necessary. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Co-Authored-By: Mads Kuhlmann-Joergensen <37117211+Makuh17@users.noreply.github.com>
Makuh17
marked this pull request as ready for review
July 27, 2026 14:09
LinoGiger
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Lower the client-side minimum
time_to_livefor flow items from 60s → 45s inRapidataFlow.create_new_flow_batch.Why
Per discussion with the team: the 60s floor was just a conservative guess. With streaming rapids, sub-minute lifetimes are viable. This matches the relaxed backend floor (companion PR).
Changes
rapidata_flow.py: the< 60guard →< 45, and the error message updated to "at least 45 seconds".🔗 Session: https://poseidon.rapidata.internal/chat/t-92abe2146ebd89
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.