To query a Postgres database or any firewalled service from a Pipedream workflow, you need to whitelist the IPs the requests come from. Pipedream did not publish a list of egress IPs for regular workflows, which blocked corporate adoption where security groups only allow single whitelisted IPs.
How to get fixed egress IP addresses for Pipedream workflows
Pipedream implemented virtual private clouds for Business customers: you create a dedicated VPC in your workspace and run specific workflows in it, and the VPC gets a unique egress IP you can whitelist on your firewalls. Docs are at pipedream.com/docs/workflows/vpc.
Source: https://github.com/PipedreamHQ/pipedream/issues/178
Source: https://github.com/PipedreamHQ/pipedream/issues/178
Plivo removed the fixed timeout for messaging requests in plivo-node v4.25.1. Upgrade to 4.25.1 or later to get the fix. As an interim workaround on older versions, split the bulk send into smaller destination groups (about 500 numbers each) or raise the axios timeout on the client. Source: https://github.com/plivo/plivo-node/issues/227