-
Notifications
You must be signed in to change notification settings - Fork 189
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
Restart Postprocessing Properly #10439
Conversation
@kobergj this is docs relevant, needs a change in: https://github.com/owncloud/ocis/tree/master/services/postprocessing#cli-commands |
Would the oCIS chart need have another CronJob next to I'm a little bit confused what actually needs to be run to cater all the different "postprocessing stuck" situations that can happen. |
restart will restart post processing of an upload from the very beginning. This allows retrying otherwise stuck uploads. resume will resume postprocessing from the last finished step. This will cost less resources but doesn't work in all cases. You could always call restart or call resume in specific situations to save resources. |
I'll prepare a hotfix once this is merged. This should enable us to get the files back. |
Signed-off-by: jkoberg <[email protected]>
a859120
to
ac0d56d
Compare
@wkloucek should we merge this so I can proceed with the backport? Or you have additional suggestions? |
096ee9a
to
7eaba67
Compare
Signed-off-by: jkoberg <[email protected]>
3689022
to
64ff815
Compare
Quality Gate passedIssues Measures |
Restart Postprocessing Properly
tested during the Patch release 5.0.9 I understand diffirence between commands but couldn't find the way how to test it localy |
Allows differentiating between "restart" and "resume" postprocessing