mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-05 03:58:39 +00:00
Updated Framework to laravel 7
This commit is contained in:
2
queue.sh
2
queue.sh
@@ -4,7 +4,7 @@ ps -ef | grep queue:work | grep -v grep
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo "启动队列监听"
|
||||
nohup php artisan queue:work redis --daemon --queue=default --timeout=120 --tries=3 -vvv >> ./queue.log 2>&1 &
|
||||
nohup php artisan queue:work redis --queue=default --timeout=120 --tries=3 -vvv >> ./queue.log 2>&1 &
|
||||
else
|
||||
echo "队列监听中"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user