You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting/serverless-workers.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ This page walks through the Serverless Worker invocation flow and helps you iden
35
35
When a Serverless Worker invocation works correctly, the following sequence happens:
36
36
37
37
1. You deploy the Worker function on Lambda.
38
-
2. You configure a [Worker Deployment Version](/worker-versioning#worker-deployment-version) with a compute provider. This starts a [Worker Controller Instance (WCI)](/serverless-workers#how-invocation-works) Workflow and a validation invocation of the Lambda function.
39
-
3. The Lambda polls the Temporal Service successfully, binding the [Task Queue](/encyclopedia/task-queues) configured on the Worker to the Worker Deployment Version.
40
-
4. The WCI continuously monitors the associated Task Queue on a schedule. The [Matching Service](/clusters#matching-service) also notifies the WCI Workflow of sync match failures immediately as they happen.
38
+
2. You configure a [Worker Deployment Version](/worker-versioning#deployment-versions) with a compute provider. This starts a [Worker Controller Instance (WCI)](/serverless-workers#how-invocation-works) Workflow and a validation invocation of the Lambda function.
39
+
3. The Lambda polls the Temporal Service successfully, binding the [Task Queue](/task-queue) configured on the Worker to the Worker Deployment Version.
40
+
4. The WCI continuously monitors the associated Task Queue on a schedule. The [Matching Service](/temporal-service/temporal-server#matching-service) also notifies the WCI Workflow of sync match failures immediately as they happen.
41
41
5. A Task arrives on the Task Queue and the WCI detects the backlog.
42
42
6. The WCI invokes the Lambda function.
43
43
7. The Lambda function starts, the Worker connects to Temporal and polls the Task Queue.
@@ -71,7 +71,7 @@ role, and that the Lambda function can be invoked.
71
71
72
72
If validation fails, verify that the Lambda function ARN and invocation role ARN in the Worker Deployment Version
73
73
configuration are correct. Verify the invocation role was created using the
0 commit comments