Skip to content

Commit f8d6d70

Browse files
committed
tweaks to docs
1 parent ead9f17 commit f8d6d70

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cloud-installation/gcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ Your service account needs permission to trigger jobs:
197197
1. Navigate to **IAM & Admin** > **IAM**
198198
2. Find your service account (e.g., `NCA Toolkit Service Account`)
199199
3. Click **Edit** and add the following role:
200-
- **Cloud Run Invoker**
200+
- **Cloud Run Jobs Executor**
201+
- **Cloud Run Jobs Executor With Overrides**
201202
4. 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**

0 commit comments

Comments
 (0)