Cloud Run 함수는 서버 또는 런타임 환경을 관리할 필요없이 Cloud 이벤트에 응답하는 단일 목적의 독립형 함수를 만드는 데 사용할 수 있는 가벼운 컴퓨팅 솔루션입니다. Cloud Run 함수를 사용하여 Cloud Storage의 Pub/Sub 이벤트 또는 파일 변경에 대한 응답으로 워크플로를 시작할 수 있습니다. 시간 기반 매개변수 계산이 필요한 워크플로에 Cloud Scheduler와 함께 Cloud Run 함수를 사용할 수 있습니다.
장점:
Cloud Storage 또는 Pub/Sub 이벤트의 새 파일과 같은 데이터 이벤트에 대한 응답으로 워크플로 인스턴스화 사용
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-12-21(UTC)"],[[["Dataproc Workflow Templates offer a reusable configuration for defining and executing a graph of jobs within workflows."],["Cloud Scheduler is a managed cron job scheduler enabling time-based scheduling of workflows without the need to write any code."],["Cloud Run functions allow for workflow instantiation in response to events like new files in Cloud Storage or Pub/Sub events, requiring minimal coding."],["Cloud Composer is a managed Apache Airflow service that supports both time- and event-based scheduling, offering dynamic workflow generation and integration across various Google Cloud products."]]],[]]