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
Optimizations
#80
Closed
qianl15
closed
1 month ago
qianl15
commented
2 months ago
Asynchronously flush workflow outputs in batches, reducing the number of transactions on the critical path.
Asynchronously record workflow inputs and status for single-transaction workflows, reducing overhead.
Add retry loops for event notification listener and buffer flush threads.