dbos-inc / dbos-transact-py

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

Handle workflow conflict error #54

Closed qianl15 closed 2 months ago

qianl15 commented 2 months ago

This PR implements the correct way to handle DBOSWorkflowConflictUUIDError. Instead of raising an error, the conflicted workflow would retrieve a handle and wait for the result.