mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00

* django1.11: (152 commits) request.raw_post_data -> request.body (django 1.6) Upgrading pgbouncer to 1.15.0. Finishing off Postgresql 13 upgrade. Upgrading to Postgresql 13. Ubuntu 20.04 Fixing supervisor path issues Upgrading setuptools Fixing flask Handling over capacity for twitter. Max length for image_urls. Properly filtering newsletter feeds. Fixing issue with text importer on feed-less urls. Removing dependency, fixing encoding issue for pages. Fixing DB Monitor. Updating User Agent for all fetchers. Ignoring VSCode. Fixing DB Monitor. Updating User Agent for all fetchers. Ignoring VSCode. Fixing Statistics by fixing how timezones are handled. ...
19 lines
607 B
Text
19 lines
607 B
Text
[program:celeryd_search_indexer]
|
|
command=/srv/newsblur/venv/newsblur3/bin/celery -A newsblur worker --loglevel=INFO -Q search_indexer -c 4
|
|
directory=/srv/newsblur
|
|
user=sclay
|
|
numprocs=1
|
|
stdout_logfile=/var/log/celeryd_searchindexer.log
|
|
stderr_logfile=/var/log/celeryd_searchindexer.log
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=10
|
|
;process_name=%(program_name)s_%(process_num)03d
|
|
|
|
; Need to wait for currently executing tasks to finish at shutdown.
|
|
; Increase this if you have very long running tasks.
|
|
stopwaitsecs = 60
|
|
|
|
; if rabbitmq is supervised, set its priority higher
|
|
; so it starts first
|
|
priority=998
|