-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[full-ci] Postprocessing Bulk restart #8287
Conversation
ee46ae2
to
2f3e8cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the README.md regarding how to restart all uploads in a given step.
Also, there is no command to get a list of the state every upload is in, right? We could look into external stores, but the default memory does not work, right? Hm, for in memory all ongoing uploads are lost ... and there is no way cli to pick up the upload sessions from disk again. they can only be cleaned. Shoud we change the default to nats-js-kv?
Ah ok, by giving the upload-id the postprocessing can always be restarted ...
Signed-off-by: jkoberg <[email protected]>
Signed-off-by: jkoberg <[email protected]>
3659dd1
to
b7635f5
Compare
Need to adjust MOVE related API test expectations again. I could have pushed the changes but the PR is from the fork |
@saw-jan I added you to the fork. Can you accept the invite and retry? |
Thanks, I will push the test changes |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Updated the tests. 👍 from the CI. ✨ |
Postprocessing Bulk restart
Allows restarting all uploads currently in a specific postprocessing step