issues
search
dbos-inc
/
dbos-transact-py
Ultra-Lightweight Durable Execution in Python
https://docs.dbos.dev
MIT License
244
stars
7
forks
source link
Fix error handling
#62
Closed
qianl15
closed
2 months ago
qianl15
commented
2 months ago
Print traceback for async workflow executions. Otherwise, the error message itself is hard to debug.
Make assertions more descriptive by providing the actual error message.
Allow communicators to directly call other communicator functions. Still don't allow transactions to call other transactions.
Fix a minor typo in
init
.py.