Issue
These 2 lines of the doc talk about a FixedWait function but such a function does not even exist.
|
from aws_durable_execution_sdk_python.waits import WaitForConditionConfig, FixedWait |
|
wait_strategy=FixedWait(Duration.from_minutes(1)) |
Page/Location
|
wait_strategy=FixedWait(Duration.from_minutes(1)) |
Suggested Fix
Can this useful be added or the documentation be corrected accordingly with an example for a fixed wait and an exponential wait?
Issue
These 2 lines of the doc talk about a
FixedWaitfunction but such a function does not even exist.aws-durable-execution-sdk-python/docs/core/wait.md
Line 274 in 85f2d24
aws-durable-execution-sdk-python/docs/core/wait.md
Line 290 in 85f2d24
Page/Location
aws-durable-execution-sdk-python/docs/core/wait.md
Line 290 in 85f2d24
Suggested Fix
Can this useful be added or the documentation be corrected accordingly with an example for a fixed wait and an exponential wait?