Removed old background jobs

This commit is contained in:
eldadfux
2019-08-18 12:28:20 +03:00
parent c5ab2c8a40
commit ae70790aef
-30
View File
@@ -37,36 +37,6 @@ priority=10
stdout_events_enabled=true
stderr_events_enabled=true
[program:v0-webhooks]
command=php /usr/share/nginx/html/vendor/bin/resque
autostart=true
autorestart=true
priority=10
environment=QUEUE='v0-webhooks',APP_INCLUDE='/usr/share/nginx/html/app/v0/workers/webhooks.php',REDIS_BACKEND='%(ENV__APP_REDIS_HOST)s:%(ENV__APP_REDIS_PORT)s'
stdout_events_enabled=true
stderr_events_enabled=true
stopsignal=QUIT
[program:v0-audits]
command=php /usr/share/nginx/html/vendor/bin/resque
autostart=true
autorestart=true
priority=10
environment=QUEUE='v0-audits',APP_INCLUDE='/usr/share/nginx/html/app/v0/workers/audits.php',REDIS_BACKEND='%(ENV__APP_REDIS_HOST)s:%(ENV__APP_REDIS_PORT)s'
stdout_events_enabled=true
stderr_events_enabled=true
stopsignal=QUIT
[program:v0-usage]
command=php /usr/share/nginx/html/vendor/bin/resque
autostart=true
autorestart=true
priority=10
environment=QUEUE='v0-usage',APP_INCLUDE='/usr/share/nginx/html/app/v0/workers/usage.php',REDIS_BACKEND='%(ENV__APP_REDIS_HOST)s:%(ENV__APP_REDIS_PORT)s'
stdout_events_enabled=true
stderr_events_enabled=true
stopsignal=QUIT
[program:v1-webhooks]
command=php /usr/share/nginx/html/vendor/bin/resque
autostart=true