Forgeon Docs

Documentation, guides, and patterns to help you build on Forgeon — from your first deploy to running serious infrastructure.

Function regions

Select regions for edge or function workloads.

Last updated: 2026-03-17

Forgeon functions can run in specific regions to reduce latency.

Why it matters

  • Lower latency for users
  • Regional compliance
  • Safer rollouts with regional canaries

How to set

Set regions in project settings or config files. If unset, Forgeon defaults to the nearest supported region.

  1. Start with one region where most users are located.
  2. Validate cold start and p95 latency under load.
  3. Expand to additional regions once behavior is stable.

Troubleshooting

Function is healthy but latency is inconsistent

  • Compare cold starts vs warm requests in runtime metrics.
  • Ensure external dependencies are reachable with similar latency.