superduper
superduper copied to clipboard
Add thread locks to the ibis backend.
trafficstars
The ibis backend is not thread-safe, so concurrent database operations in a single data layer can cause issues.
For example: • When Ray runs multiple tasks, model results are saved simultaneously. • Multiple cronjob tasks insert data at the same time.
https://github.com/ibis-project/ibis/issues/10346