Skip to content

fix(frontend): default event_delivery to STREAMING, not POLLING#12912

Open
BrenoMafra13 wants to merge 1 commit intolangflow-ai:release-1.9.2from
BrenoMafra13:fix/event-delivery-default-streaming
Open

fix(frontend): default event_delivery to STREAMING, not POLLING#12912
BrenoMafra13 wants to merge 1 commit intolangflow-ai:release-1.9.2from
BrenoMafra13:fix/event-delivery-default-streaming

Conversation

@BrenoMafra13
Copy link
Copy Markdown

Fixes #12291: Frontend was hardcoding POLLING as default, ignoring server's LANGFLOW_EVENT_DELIVERY config (which defaults to streaming).

Changes:

  • Updated default from EventDeliveryType.POLLING to EventDeliveryType.STREAMING
  • Affects buildFlowVertices, useGetConfig, and utility store initialization
  • Updated corresponding test expectations
  • Fallback to POLLING only when server doesn't support streaming

Fixes langflow-ai#12291: Frontend was hardcoding POLLING as default, ignoring server's
LANGFLOW_EVENT_DELIVERY config (which defaults to streaming).

Changes:
- Updated default from EventDeliveryType.POLLING to EventDeliveryType.STREAMING
- Affects buildFlowVertices, useGetConfig, and utility store initialization
- Updated corresponding test expectations
- Fallback to POLLING only when server doesn't support streaming
@github-actions github-actions Bot added the bug Something isn't working label Apr 28, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 28, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d16f6ae3-f4a7-44ba-9e17-5c2524705503

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant