dbos-inc / dbos-transact-py

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

Use daemon threads for background threads #132

Closed qianl15 closed 2 weeks ago

qianl15 commented 2 weeks ago

Otherwise, DBOS programs would hang forever when the main thread exits, because the background threads were using the thread pool and running.