Capítulo 555 de 988

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

  1. Understand service name pattern when working with speculateServiceName().
  2. Understand example when working with speculateServiceName().
  3. Understand arguments when working with speculateServiceName().
  4. Understand memorylimit when working with speculateServiceName().
  5. 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.