forked from cozy/cozy-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow for notification instead of a timer for updating the index (per doctype) #7
Comments
maudetes
pushed a commit
that referenced
this issue
Oct 29, 2018
… of a queue instead of direct updating in the indexation code.
maudetes
pushed a commit
that referenced
this issue
Oct 30, 2018
Add a functionality to retreat an update later if it failed. |
maudetes
pushed a commit
that referenced
this issue
Nov 19, 2018
maudetes
pushed a commit
that referenced
this issue
Nov 20, 2018
Add a functionality to set a number of retry |
maudetes
pushed a commit
that referenced
this issue
Nov 22, 2018
…op retrying UpdateIndex after having exceeded updateIndexRetryCountMax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a queue to store notification that can ask to update all indexes or a particular doctype.
Remove existing timer as it will be a load issue.
The text was updated successfully, but these errors were encountered: