VEuPathDB / lib-compute-platform

Async compute platform core.
1 stars 0 forks source link

On startup, if a broken dataset is encountered, the service will fail and shut down #45

Closed Foxcapades closed 1 year ago

Foxcapades commented 1 year ago

During the initialization process of the platform, an attempt is made to clean up any partial work that was done on "in-progress" jobs that were killed on last shut down. If the process did not yet create or failed to create a workspace for a job that was "in-progress", the service will fail to start due to the workspace not existing.