{% extends "admin/change_list.html" %} {% load static %} {% block extrapagestyle %} {% endblock extrapagestyle %} {% block content_title %}

Queue Librarian Jobs

{% endblock content_title %} {% block content %}
Database
Poll All Libraries For Changes Update the library if changes are detected.
Update All Comics Forcibly update all the comics in all libraries, overwrite the database and regenerate covers.
Clean Up Unused Foreign Keys After deleting comics, unused linked objects remain in case new comics use them. Runs daily.
Create Missing Comic Covers only for comics that are missing them.
Recreate All Comic Covers in every library.
Cleanup Comic Covers from comics that no longer exist. Runs nightly.
Sync Watchdog with Database Ensure the Watchdog file watcher is enabled per database preferences for each library.
Compact Database Run the sqlite3 vacuum pragma. Runs nightly.
Backup Database Runs nightly.
Search Index
Update Search Index with recently changed comics.
Rebuild Search Index Delete and rebuild the search index from scratch.
Clean Up Search Cache Remove old cached search queries. Runs nightly.
Check Search Index / Database Match Check to see if this database matches the current search index. If there is a mismatch, rebuild the search index. Runs on startup.
Codex Server
Check for Codex Software Update Force an update of the Codex software. If Codex updates to a new version, it will restart.
Restart Codex Server Immediately.
Notify All Users
Library Changed Signal all clients that the library has changed and the browser should fetch new data.
{% endblock content %}