Conversation
|
This PR has conflicts. You need to rebase the PR before it can be merged. |
|
This PR doesn't have conflicts anymore. It can be merged after all status checks have passed and it has been reviewed. |
|
This PR has conflicts. You need to rebase the PR before it can be merged. |
|
This PR doesn't have conflicts anymore. It can be merged after all status checks have passed and it has been reviewed. |
|
This PR has conflicts. You need to rebase the PR before it can be merged. |
|
This PR has been marked as stale due to inactivity. |
|
This PR doesn't have conflicts anymore. It can be merged after all status checks have passed and it has been reviewed. |
❌ Code is not formattedTo fix this:
Then commit the formatting changes. View logs |
|
Looks like the commit formatting code isn't working |
|
This PR has conflicts. You need to rebase the PR before it can be merged. |
|
This PR has been marked as stale due to inactivity. |
|
This PR doesn't have conflicts anymore. It can be merged after all status checks have passed and it has been reviewed. |
There was a problem hiding this comment.
Two things:
- Uploading, similar to downloading, should be in the main project and use
gotas well as the existing retry facilities. - Why are we polling for results?
There was a problem hiding this comment.
- That's a solid point, will be implemented
- We need the part/parts upload to be finished before calling
client.createCollection/client.createCollectionRevision, that's why we wait and see if any error popped up
Closes BLU-247
Closes LAZ-869