Compute

Cloud Run jobs

English

Overview

A Cloud Run feature for running one-off batch processing, as opposed to always-on web request handling.

Details

While a regular Cloud Run service is built to respond to HTTP requests, a job runs its processing without waiting for a request and exits once complete—suited to tasks like batch data aggregation or bulk file conversion.

More GCP terms