Skip to content

Commit 55a9fc6

Browse files
committed
docs: remove tabbed content for single timeout snippet
Signed-off-by: heitorlessa <[email protected]>
1 parent 6776d79 commit 55a9fc6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/utilities/idempotency.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,9 @@ By default, we protect against [concurrent executions](#handling-concurrent-exec
341341

342342
To prevent extended failures, use **`register_lambda_context`** function from your idempotency config to calculate and include the remaining invocation time in your idempotency record.
343343

344-
=== "Registering the Lambda context"
345-
346-
```python title="working_with_lambda_timeout.py" hl_lines="11 20"
347-
--8<-- "examples/idempotency/src/working_with_lambda_timeout.py"
348-
```
344+
```python title="working_with_lambda_timeout.py" hl_lines="11 20"
345+
--8<-- "examples/idempotency/src/working_with_lambda_timeout.py"
346+
```
349347

350348
???+ example "Mechanics"
351349
If a second invocation happens **after** this timestamp, and the record is marked as `INPROGRESS`, we will run the invocation again as if it was in the `EXPIRED` state.

0 commit comments

Comments
 (0)