datajoint-python icon indicating copy to clipboard operation
datajoint-python copied to clipboard

Solve database lock during long computations by breaking up the make callback into three parts

Open ethho opened this issue 1 year ago • 0 comments
trafficstars

Fixes #1170, implementing the proposed solution to long-running make calls that lock table metadata.

To Do

  • [ ] Use threading library to write concurrency pytest
  • [ ] Basic regression test that uses three-part make

ethho avatar Aug 21 '24 21:08 ethho