Chapter 526: npx remotion cloudrun services deploy
Core Idea
<ExperimentalBadge> <p> Cloud Run is in <a href="/docs/cloudrun/status">Alpha status and not actively being developed.
Key Concepts
- --region
- --memoryLimit
- --cpuLimit
- --minInstances
- --maxInstances
- --timeoutSeconds
- --onlyAllocateCpuDuringRequestProcessing<AvailableFrom v="4.0.221" />
- --quiet, -q
Code Examples
npx remotion cloudrun services deploy
- What it demonstrates: Usage pattern for npx remotion cloudrun services deploy from the official docs.
Reference Tables
| Remotion Version | Default |
|---|
| <5.0.0 | 100 |
| >=5.0.0 | 5 |
Key Takeaways
- Understand --region when working with npx remotion cloudrun services deploy.
- Understand --memorylimit when working with npx remotion cloudrun services deploy.
- Understand --cpulimit when working with npx remotion cloudrun services deploy.
- Understand --mininstances when working with npx remotion cloudrun services deploy.
- Understand --maxinstances when working with npx remotion cloudrun services deploy.
Connects To
- api: related page in the Cloud Run (@remotion/cloudrun) section.
- Checklist: related page in the Cloud Run (@remotion/cloudrun) section.
- cli: related page in the Cloud Run (@remotion/cloudrun) section.