Chapter 555: speculateServiceName()
Core Idea
<ExperimentalBadge> <p> Cloud Run is in <a href="/docs/cloudrun/status">Alpha status and not actively being developed.
Key Concepts
- Service name pattern
- Example
- Arguments
- memoryLimit
- cpuLimit
- timeoutSeconds
- Return value
- See also
Code Examples
remotion--3-3-96--mem2gi--cpu1-0--t-1900
^^^^^^ ^^^ ^^^ ^^^
| | | |-- Timeout in seconds
| | |----------- Cpu limit
| |------------------- Memory limit
|--------------------------- Remotion version with dots replaced by dashes
- What it demonstrates: Usage pattern for speculateServiceName() from the official docs.
Key Takeaways
- Understand service name pattern when working with speculateServiceName().
- Understand example when working with speculateServiceName().
- Understand arguments when working with speculateServiceName().
- Understand memorylimit when working with speculateServiceName().
- Understand cpulimit when working with speculateServiceName().
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.