File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,7 +197,8 @@ Your service account needs permission to trigger jobs:
1971971 . Navigate to ** IAM & Admin** > ** IAM**
1981982 . Find your service account (e.g., ` NCA Toolkit Service Account ` )
1991993 . Click ** Edit** and add the following role:
200- - ** Cloud Run Invoker**
200+ - ** Cloud Run Jobs Executor**
201+ - ** Cloud Run Jobs Executor With Overrides**
2012024 . Save changes
202203
203204---
@@ -223,6 +224,7 @@ The service will:
223224- Return immediately with a job submission confirmation
224225- Trigger the Cloud Run Job
225226- Job processes the video and sends results to your webhook when complete
227+ - Use ** [ https://webhook.site/ ] ( https://webhook.site/ ) ** for testing webhooks
226228
227229---
228230
@@ -245,8 +247,6 @@ Cloud Run Jobs pricing:
245247- Only charged while the job is actively running
246248- No charges when idle
247249
248- ** Example:** A 10-minute video processing job using 4 CPU / 16 GB would cost approximately $0.20-0.30 per execution.
249-
250250---
251251
252252### ** Troubleshooting**
You can’t perform that action at this time.
0 commit comments