files stuck in postprocessing state after upload #322
Labels
Category:Defect
Existing functionality is not working as expected
Severity:sev2-high
operations severely restricted, workaround available
Currently oCIS 3.0.0 has a bug that prevents it from working with
nats-js
as a store for the postprocessing setting (owncloud/ocis#6547).Since this is our default:
https://github.com/owncloud/ocis-charts/blob/f034590fc1a72c9459df649e1e867ced90af0fe0/charts/ocis/values.yaml#L99C7-L105
oCIS with this Chart does not run out of the box.
There are multiple options to make it run:
nats-js
, for eg. Redis see add redis deployment example #323store.type
tonoop
. As a consequence oCIS cannot be scaled anymore. Restarting the postprocessing pod might make files stuck in the postprocessing step. Your user notifications in the Web UI will not survive restarts of the userlog and eventshistory pod.The text was updated successfully, but these errors were encountered: