-
Notifications
You must be signed in to change notification settings - Fork 15
refactor: remove ensure-compiled endpoint and related code from control plane #476
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
base: 12-01-move_local_environment_detection_from_flowworkerlifecycle_to_platformadapter
Are you sure you want to change the base?
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 8875a41
☁️ Nx Cloud last updated this comment at |
481f162 to
8875a41
Compare
88f515d to
7440546
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-476.pgflow.pages.dev 📝 Details:
_Last updated: _ |

Remove Flow Compilation Verification Endpoint
This PR removes the
/flows/:slug/ensure-compiledendpoint and its associated functionality from the Edge Worker control plane. The endpoint was designed to verify flow compilation against database records, but is no longer needed in the current architecture.Changes include:
/flows/:slug/ensure-compiledendpoint handlerEnsureCompiledResponse,EnsureCompiledRequest,ControlPlaneOptions, andSqlFunctioncreateControlPlaneHandlerfunction by removing the optional configuration parameterThis change streamlines the control plane API to focus on its core functionality of serving compiled flows.