Attempts to make production consumer more event driven while still allowing unit testing

This commit is contained in:
Trenton Holmes
2022-08-09 14:20:30 -07:00
parent 24eb63d5f4
commit 9e091e333d
3 changed files with 68 additions and 35 deletions

View File

@@ -19,6 +19,7 @@ stderr_logfile_maxbytes=0
[program:consumer]
command=python3 manage.py document_consumer
user=paperless
stopsignal=INT
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0