datajoint-python
datajoint-python copied to clipboard
Solve database lock during long computations by breaking up the make callback into three parts
trafficstars
Fixes #1170, implementing the proposed solution to long-running make calls that lock table metadata.
To Do
- [ ] Use
threadinglibrary to write concurrency pytest - [ ] Basic regression test that uses three-part
make