rwnx / pynonymizer

A universal tool for translating sensitive production database dumps into anonymized copies.
https://pypi.org/project/pynonymizer/
MIT License
101 stars 38 forks source link

handle busy connection when threading #153

Closed rwnx closed 4 months ago

rwnx commented 4 months ago

mssql occasionally returns connection busy when workers option is used. this is probably because of the connection pooling. this really needs a retry feature / some kind of connection handling, otherwise it will kill an entire run for entirely preventable reasons!

rwnx commented 4 months ago

closed with #154