dbos-inc / dbos-transact-py

Ultra-Lightweight Durable Execution in Python
https://docs.dbos.dev
MIT License
244 stars 7 forks source link

Configurable communicator retries #53

Closed qianl15 closed 2 months ago

qianl15 commented 2 months ago

This PR implements configurable communicator retries.

Its behavior is mostly identical to TS, except that retries_allowed is set to False by default.

Also fix a minor typo in the json schema URL.