#946: BibRank citation indexer checks for updated_records
-----------------------------+-----------------------
Reporter: adeiana | Owner:
Type: enhancement | Status: assigned
Priority: minor | Component: BibRank
Version: | Resolution:
Keywords: INSPIRE DEPLOYED |
-----------------------------+-----------------------
Changes (by simko):
* status: in_merge => assigned
Comment:
One more safety check: sometimes people advance clock of an index in order
to postpone its execution, for example:
{{{
$ echo "UPDATE idxINDEX SET last_updated='2100-01-01' WHERE
name='fulltext'" | dbexec
}}}
e.g. because something needs to be fixed for corresponding tables. If
this happens for reference or journal index, then your last updated time
would be in the future... You'd better check for this possibility and not
do anything in this case.
--
Ticket URL: <http://invenio-software.org/ticket/946#comment:8>
Invenio <http://invenio-software.org>