mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-06-02 21:24:32 -04:00
To reduce average CPU load. Given paperless is mostly idling and when not, just spawns long-running operations (e.g., OCR), a 0.2s health-check of the Django-Q cluster is unnecessary. See also #1084