mirror of
https://github.com/mruwnik/memory.git
synced 2025-06-08 13:24:41 +02:00
17 lines
358 B
Plaintext
17 lines
358 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
loglevel=info
|
|
logfile=/dev/stdout
|
|
logfile_maxbytes=0
|
|
user=kb
|
|
pidfile=/dev/null
|
|
|
|
[program:celery-beat]
|
|
command=celery -A memory.workers.ingest beat --pidfile= --schedule=/tmp/celerybeat-schedule
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
autorestart=true
|
|
startsecs=10
|