LabKey / platform

A set of modules that provide core functionality for LabKey Server
Apache License 2.0
7 stars 7 forks source link

Make it more likely that cancelled jobs won't end up in ERROR state #5963

Closed labkey-jeckels closed 1 week ago

labkey-jeckels commented 2 weeks ago

Rationale

There's a race condition for whether a job will end up CANCELLED or ERROR after it's cancelled. Making the job remember that it was cancelled prevents it from setting it to ERROR later

Changes

labkey-tchad commented 2 weeks ago

Adding links to dataintegration suites for convenience: postgres mssql

labkey-jeckels commented 1 week ago

Most recent changes have gotten the DataIntegration suites passing. BVT-EHR failures are unrelated. Adam has a fix pending.