zoukankan      html  css  js  c++  java
  • TP执行队列的命令

    TP执行队列的命令

    ├─ 2756 /usr/local/php/bin/php think queue:work --queue=collection --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2769 /usr/local/php/bin/php think queue:work --queue=language --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2786 /usr/local/php/bin/php think queue:work --queue=order --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2837 /usr/local/php/bin/php think queue:work --queue=default --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2842 /usr/local/php/bin/php think queue:work --queue=shoppe --delay=0 --memory=128 --sleep=3 --tries=0
               ├─ 2890 /usr/local/php/bin/php think queue:work --queue=erp --delay=0 --memory=128 --sleep=3 --tries=0
               ├─14686 /usr/bin/python /usr/bin/supervisord -c /etc/supervisord.conf
               ├─14697 /usr/local/php/bin/php think rdkafka soap-orders-label-shipped
               ├─14698 /usr/local/php/bin/php think rdkafka soap-order-erp-status-topic
               ├─14699 /usr/local/php/bin/php think rdkafka soap-orders-label-arrival
               ├─14700 /usr/local/php/bin/php think rdkafka soap-orders-label-status-modified
               ├─14701 /usr/local/php/bin/php think queue:listen --queue=order
               ├─14702 /usr/local/php/bin/php think queue:listen --queue=shoppe
               ├─14703 /usr/local/php/bin/php think queue:listen --queue=language
               ├─14704 /usr/local/php/bin/php think rdkafka soap-orders-label-created
               ├─14705 /usr/local/php/bin/php think queue:listen --queue=collection
               ├─14706 /usr/local/php/bin/php think rdkafka soap-orders-label-status
               ├─14707 /usr/local/php/bin/php think queue:listen --queue=erp
               ├─14708 /usr/local/php/bin/php think queue:listen
               ├─14709 /usr/local/php/bin/php think rdkafka soap-orders-goods-supplier
               └─14710 /usr/local/php/bin/php think rdkafka menglar-authorized-shops
  • 相关阅读:
    TCHAR字符串查找&反向查找字符串
    如何判断一个文本文件的编码
    用NETSH WINSOCK RESET命令修复网络
    #define和typedef在windows上的应用
    Visual Studio Code (vscode)编译C++
    win32 Message(MSG)消息处理
    HBRUSH to RGB value
    InvalidateRect和UpdateWindow
    Informatic ETL开发步骤
    【非官方方式】获取Disconf动态更新的配置文件的值
  • 原文地址:https://www.cnblogs.com/ccw869476711/p/14819122.html
Copyright © 2011-2022 走看看