2019-07-17 14:14:32 -07:00
|
|
|
[program:sidekiq]
|
|
|
|
priority=10
|
|
|
|
directory=/app/code
|
2021-09-23 10:43:48 -07:00
|
|
|
environment=HOME=/app/code,RAILS_ENV=production,MALLOC_ARENA_MAX=2
|
|
|
|
command=bundle exec sidekiq -c %(ENV_SIDEKIQ_THREADS)s -e production
|
2019-07-17 14:14:32 -07:00
|
|
|
user=cloudron
|
|
|
|
autostart=true
|
|
|
|
autorestart=true
|
|
|
|
stdout_logfile=/dev/stdout
|
|
|
|
stdout_logfile_maxbytes=0
|
|
|
|
stderr_logfile=/dev/stderr
|
|
|
|
stderr_logfile_maxbytes=0
|