{% extends "base/base.html" %} {% load static %} {% block title %} Server status {% endblock title %} {% block page_heading %} Server status {% endblock page_heading %} {% block main_content %}
Django v{{ django_version }}
Huey v{{ huey_version }}
PyMuPDF v{{ pymupdf_version }}
ZXing-C++ v{{ zxingcpp_version }}
Paper size: {{ papersize }} ({{ papersize_pts.0 }} × {{ papersize_pts.1 }} pts)
Plom generally respects the paper size of the source PDFs you provide; this setting effects other pages that Plom creates itself, such as reassembled papers and reports. You can control this by setting the PAPERSIZE environment variable before starting the server: contact your server administrator if you need to change it.
Plom's background processes (“chores”) are managed by Huey.
{% for queue in queues %}
Enqueued: {{ queue.length }}
Results: {{ queue.result_count }}
Other info: {{ queue.other_info }}
Pending chores: {{ queue.pending3 }}
(at most three)
As of early 2025, the management of these chores has proven to be a frequent source of bugs in Plom, for example, because the error messages if one fails are not always displayed to users and because they are occasionally killed by the OS during low-memory situations.
{% for k, v in database_metadata.items %}
{{ k }}: {{ v }}
{% endfor %}
Plom's documentation is available at https://plom.readthedocs.io.
(1/3 of the time, this button fail with a 404 error, 1/3 of the time with a 500 error (div by zero), and 1/3 it will succeed and change the button text to "button pushed")