resonatehq / roadmap

Resonate Roadmap
0 stars 0 forks source link

Retries #2

Closed dfarr closed 6 days ago

dfarr commented 6 months ago

User provided functions can be retried according to a user provided retry policy. If no retry policy is specified we must fallback to a sensible default. At minimum we should provide:

The retry should be timeout aware and never do an attempt once the durable promise timeout time has elapsed.

flossypurse commented 6 days ago

status update

This feature / functionality is implemented and supported in the Python SDK and TypeScript SDK.