generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
On logging replay, a TIMED_OUT state should be marked as complete to transition to "logging enabled" status.
Actual Behavior
Currently, only the following terminal statuses are included:
aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/state.py
Lines 312 to 317 in afd4083
| in { | |
| OperationStatus.SUCCEEDED, | |
| OperationStatus.FAILED, | |
| OperationStatus.CANCELLED, | |
| OperationStatus.STOPPED, | |
| } |
Steps to Reproduce
- An operation with a timeout - i.e
invokeorcallbacktimes out - Logging should enable on replay after the timeout
SDK Version
1.0
Python Version
3.14
Is this a regression?
No
Last Working Version
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working