-
Notifications
You must be signed in to change notification settings - Fork 354
Add ability to disable inotify #118
Comments
This is already in paperless-ng. Edit: Note that some of the configuration options have changed. Especially regarding OCR. https://paperless-ng.readthedocs.io/en/latest/configuration.html#software-tweaks See I believe that's what you're looking for? I should probably describe that a little better in the documentation. If set to a value |
You are right. I should have done better research. The variable |
Sorry for commenting on a closed issue, but I had the exactly the same issue and looked for 30 mins for a solution and was almost done opening my own issue :) Please add this somewhere in the docs. In the paperless docs under point 4 this is specifically mentioned in a warning box. If I search the paperless-ng docs for |
…p-timeout Increase default timeout of `pip install`
Hi 👋,
the inotify mechanism does not fire in all cases e.g. for NFS shares (compare issue) or SFTP uploads (see this issue). Since in paperless-ng the consumer is started with
command=python3 manage.py document_consumer
in supervisord.conf, there is no way to pass the
-no-inotify
flag at runtime any more. There is an environment variable for--loop-time
though.I would like to disable
inotify
and use a loop time based mechanism instead.The text was updated successfully, but these errors were encountered: