You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
------------------ 原始邮件 ------------------
发件人: "top-think/think-awesome" ***@***.***>;
发送时间: 2022年7月18日(星期一) 晚上8:33
***@***.***>;
***@***.******@***.***>;
主题: Re: [top-think/think-awesome] tp6的多进程异步任务 (Issue #66)
本身think-queue不也是可以多进程的么
用supervisor多启动几个进程就可以了
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
之前一直用的消息队列,但是每天任务多了以后,任务又特别耗时间,每天的任务都跑不完,然后就用workerman写了一个tp6的composer包,可多进程执行异步任务,windows上是单进程,liunx上是多进程,项目地址在:https://gitee.com/FengXuanJi/tp6-workerman-task.git,简单
The text was updated successfully, but these errors were encountered: