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

[Merged by Bors] - fix: remove integrations service (PL-901) #339

Closed

Conversation

DecathectZero
Copy link
Member

@DecathectZero DecathectZero commented Apr 2, 2024

This fully removes the integrations service. The standard behavior is for a unknown node to get captured by the NextHandler:
https://github.com/voiceflow/general-runtime/blob/4e455014623d48d788339953af62c4de2260c367/runtime/lib/Handlers/next.ts#L9-L16

However, this will cause breakage of the agent, as the integration node only has node.success_id or node.fail_id.

Instead there is now just a stub handler that routes it to the fail port, or whatever port.

To unblock infra, we have to remove INTEGRATIONS_HANDLER_ENDPOINT as a required env var.

Copy link

linear bot commented Apr 2, 2024

Copy link

sonarcloud bot commented Apr 2, 2024

@DecathectZero
Copy link
Member Author

bors r+

bors-vf bot pushed a commit that referenced this pull request Apr 2, 2024
This fully removes the integrations service. The standard behavior is for a unknown node to get captured by the `NextHandler`:
https://github.com/voiceflow/general-runtime/blob/4e455014623d48d788339953af62c4de2260c367/runtime/lib/Handlers/next.ts#L9-L16

However, this will cause breakage of the agent, as the integration node only has `node.success_id` or `node.fail_id`.

Instead there is now just a stub handler that routes it to the fail port, or whatever port.

To unblock infra, we have to remove `INTEGRATIONS_HANDLER_ENDPOINT` as a required env var.

Co-authored-by: Tyler Han <tylerhan97@gmail.com>
@bors-vf
Copy link

bors-vf bot commented Apr 2, 2024

@bors-vf bors-vf bot changed the title fix: remove integrations service (PL-901) [Merged by Bors] - fix: remove integrations service (PL-901) Apr 2, 2024
@bors-vf bors-vf bot closed this Apr 2, 2024
@bors-vf bors-vf bot deleted the tyler/remove-integrations-service/PL-901 branch April 2, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants