
Before Deploying: Your Checklist
Before promoting a Project to production, confirm the following:- Production credentials: Ensure your Connections use production credentials and correct authentication scopes.
- Environment configuration: Set environment variables, secrets, and any configuration values required by your integration.
- Rate-limit guardrails: Confirm retry policies and request limits align with the upstream APIs you are calling.
- Alerting and monitoring: Enable alerts for workflow failures, latency spikes, or unexpected behaviour.
- Operational ownership: Define on-call or escalation paths for critical integrations.
After Deployment
Once deployed, monitor and maintain your integration to ensure it continues to run reliably.- Monitor logs and metrics: Track workflow execution, error rates, and performance to identify issues early.
- Tune retries and backoff policies: Adjust retry behaviour as needed to handle API limits and intermittent failures.
- Version updates safely: Use versioning to roll out changes gradually and avoid disrupting running integrations.
- Keep connectors up to date: Update Connector versions when upstream APIs change to maintain compatibility.