dbos-inc / dbos-transact-py

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

Use daemon threads for background threads #132

Closed qianl15 closed 1 month ago

qianl15 commented 1 month ago

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