Advertisement
UK markets close in 3 hours 33 minutes
  • FTSE 100

    8,112.95
    +34.09 (+0.42%)
     
  • FTSE 250

    19,813.23
    +211.25 (+1.08%)
     
  • AIM

    755.11
    +1.99 (+0.26%)
     
  • GBP/EUR

    1.1673
    +0.0016 (+0.14%)
     
  • GBP/USD

    1.2512
    +0.0001 (+0.01%)
     
  • Bitcoin GBP

    51,299.93
    +246.88 (+0.48%)
     
  • CMC Crypto 200

    1,385.18
    -11.35 (-0.81%)
     
  • S&P 500

    5,048.42
    -23.21 (-0.46%)
     
  • DOW

    38,085.80
    -375.12 (-0.98%)
     
  • CRUDE OIL

    84.07
    +0.50 (+0.60%)
     
  • GOLD FUTURES

    2,356.40
    +13.90 (+0.59%)
     
  • NIKKEI 225

    37,934.76
    +306.28 (+0.81%)
     
  • HANG SENG

    17,651.15
    +366.61 (+2.12%)
     
  • DAX

    18,041.44
    +124.16 (+0.69%)
     
  • CAC 40

    8,035.48
    +18.83 (+0.23%)
     

Google debuts Cloud Run jobs for containerized, scripted tasks

During a developer keynote at Google I/O 2022, Google unveiled Cloud Run jobs, an extension of Google Cloud's service for developing and deploying containerized apps using languages including Go, Python and Java. Cloud Run jobs are designed for containers that run to completion and don't serve requests, such as data processing and administrative jobs, and when multiple copies of a container must run in parallel.

Cloud Run launched in 2019, adding to Google Cloud's then-rapidly-growing serverless compute stack. As the demand for serverless climbs, it would appear that expansions like Cloud Run jobs are an attempt to beat back against rivals like Azure and Amazon Web Services.

Available in preview starting today, Cloud Run jobs can be used to run a script to perform database migrations or other operational tasks, like sending invoices every month. Relative to other platforms that support long-running jobs, Cloud Run jobs start quickly after creation, Google claims, with simple containers starting in as little as 10 seconds.

To use Cloud Run jobs, developers create a job, which encapsulates all the configuration needed to run the job including the container image, region, environment variables. Then, they set up the job to run on a schedule or manually run the job, creating a new execution of the job.

ADVERTISEMENT

During the preview, Cloud Run jobs supports up to 50 executions from the same or different jobs concurrently per project per region. Users can view existing jobs, start executions and monitor execution status from Cloud Console's Cloud Run Jobs page; Cloud Console doesn't currently support creating new jobs.

Cloud Run jobs arrives alongside an updated Firebase, Google's popular back-end-as-a-service platform, and AlloyDB, a new fully managed PostgreSQL database service. Arguably the more interesting of the two, AlloyDB features -- as my colleague Frederic Lardinois writes -- a custom machine learning-based caching service to learn a customer’s access patterns and then convert Postgres’ row format into an in-memory columnar format that can be analyzed significantly faster.