-
Notifications
You must be signed in to change notification settings - Fork 50
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
Newly added files are not classified #495
Comments
There is a file listener that should add them to the queue: https://github.com/nextcloud/recognize/blob/master/lib/Hooks/FileListener.php#L97 |
This is a server bug and is therefore closed. |
Not directly related to this Issues, but does this exclude |
Good point! It does not currently. |
see #497 |
Describe the bug
Files added after the StorageCrawlJob has finished are not added to the queue.
To Reproduce
Expected behavior
Recognize (please complete the following information):
Server (please complete the following information):
Additional context
The result of the
SELECT COUNT(*) FROM oc_jobs WHERE class LIKE '%Recognize%';
run is 0.Is there a way to automatically add them to the queue without running
occ recognize:recrawl
?The text was updated successfully, but these errors were encountered: