at the end of the day, it was inevitable
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CMD=/bin/console --env=stage
|
||||
|
||||
* * * * * $CMD socialhose:notification:start -n 2>&1 > /dev/null
|
||||
0 0 * * * $CMD socialhose:renew-search-limits -n 2>&1 > /dev/null
|
||||
* */3 * * * $CMD socialhose:stored-query:update -n 2>&1 > /dev/null
|
||||
* */3 * * * $CMD socialhose:query:remove_old -n 2>&1 > /dev/null
|
||||
|
||||
59 23 * * * $CMD socialhose:downgrade-subscription-plan -n 2>&1 > /dev/null
|
||||
59 23 * * * $CMD socialhose:cancel-subscription -n 2>&1 > /dev/null
|
||||
@@ -0,0 +1,8 @@
|
||||
[program:documents_email]
|
||||
directory={{CWD}}
|
||||
command={{CWD}}/bin/console --env=stage rabbitmq:consumer documents_email
|
||||
environment=
|
||||
user=socialhose
|
||||
autostart=true
|
||||
autorestart=true
|
||||
redirect_stderr=True
|
||||
@@ -0,0 +1,8 @@
|
||||
[program:documents_fetching]
|
||||
directory={{CWD}}
|
||||
command={{CWD}}/bin/console --env=stage rabbitmq:consumer documents_fetch
|
||||
environment=
|
||||
user=socialhose
|
||||
autostart=true
|
||||
autorestart=true
|
||||
redirect_stderr=True
|
||||
@@ -0,0 +1,9 @@
|
||||
[program:notification_fetching]
|
||||
directory={{CWD}}
|
||||
command={{CWD}}/bin/console --env=stage rabbitmq:consumer notifications_fetch
|
||||
environment=
|
||||
user=socialhose
|
||||
autostart=true
|
||||
autorestart=true
|
||||
redirect_stderr=True
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[program:notification_sending]
|
||||
directory={{CWD}}
|
||||
command={{CWD}}/bin/console --env=stage rabbitmq:consumer notifications_send
|
||||
environment=
|
||||
user=socialhose
|
||||
autostart=true
|
||||
autorestart=true
|
||||
redirect_stderr=True
|
||||
Reference in New Issue
Block a user