mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-06-12 14:37:25 -05: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