VEuPathDB / lib-compute-platform

Async compute platform core.
1 stars 0 forks source link

Exceptions should be caught when setting up the workspaces and cause jobs to... #6

Open Foxcapades opened 2 years ago

Foxcapades commented 2 years ago

What should happen when the creation/setup of a job fails in the platform before the job is executed?

Foxcapades commented 2 years ago

@dmgaldi points out that if we get a client timeout when creating and S3 workspace and fail the request, all subsequent requests to create that job will fail due to the workspace already existing (s3-workspaces throws an exception for double creating a workspace)