Skip to content

Commit

Permalink
Fix typos in infra docs (encoredev#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekerfelt authored Dec 10, 2024
1 parent 1361cd0 commit cb5c6d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/platform/infrastructure/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Encore Cloud uses [GCP Memorystore for Redis][gcp-redis] to provide a high-perfo
### Cron Jobs
Encore Cloud provides a streamlined approach to scheduled task execution that prioritizes both simplicity and security. Each cron job is executed through authenticated API requests that are cryptographically signed, ensuring that only legitimate, verified requests can trigger your scheduled tasks. The system includes robust source verification that validates all requests originate from Encore Cloud's trusted cron infrastructure. This elegant implementation requires no additional infrastructure components, making it both cost-effective and easy to maintain while providing the reliability and security needed for production workloads.

## Links
[gcp-vpc]: https://cloud.google.com/vpc
[gcp-cloudrun]: https://cloud.google.com/run
[gcp-gke]: https://cloud.google.com/kubernetes-engine
Expand Down
2 changes: 1 addition & 1 deletion docs/platform/infrastructure/infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ By default, Encore Cloud provisions infrastructure using contextually appropriat
| **Environment types:** | Development | Preview, Development | Development, Production |
| **Objectives:** | Provisioning speed | Provisioning speed, Cost\* | Reliability, Security, Scalability |

\*Encore Cloud Hostirng is free to use, subject to Fair Use guidelines and usage limits. [Learn more](/docs/platform/management/usage)
\*Encore Cloud Hosting is free to use, subject to Fair Use guidelines and usage limits. [Learn more](/docs/platform/management/usage)

## Development Infrastructure

Expand Down

0 comments on commit cb5c6d9

Please sign in to comment.