Bibsched Operations
The queue should always be in automatic mode.
If it is not and there is no message of the day (motd), you can safely assume you should put it back to automatic
BibIndex:
Some times bibindex will error.
If you press l (displays the log) and go to the end of a log and it tell you to run bindex --repair, you should run a repair
bibindex -w somename means we are specifying an index.
So if "bibindex -w fulltext" errors. You should run "bibindex -w fulltext --repair" and that task can run in parallel with "bibindex -w author"
WebAuthorProfile:
It computes caches for author profile pages.
Should be scheduled for everyday without options, it will recompute only expired caches.
Can sleep, can be killed in any moment and restarted, it's not sensible to any mistreatment.
BibAuthorID:
rabbit:
should run every day, as many times as possible.
Now it's scheduled every twelve hours: /opt/cds-invenio/bin/bibauthorid --update-personid -s12h
It is
very sensible, if possible never kill it. (No data disaster but must be recovered with a full run which takes half a day or more...)