Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于异步任务队列处理问题请教 #5375

Open
QC2168 opened this issue Dec 9, 2024 · 0 comments
Open

关于异步任务队列处理问题请教 #5375

QC2168 opened this issue Dec 9, 2024 · 0 comments

Comments

@QC2168
Copy link

QC2168 commented Dec 9, 2024

在此输入你需要反馈的 Bug 具体信息(Bug in Detail):

  1. 我使用了eggjs作为后端框架,任务队列使用的是bullmqjs这个库
  2. 我的预期是提供一个API,用于提交文件处理的任务
  3. 我目前是实现了,但是出现了个问题,当我提交API后,任务被添加进行处理,但是任务在处理的过程 再次请求API添加任务时会出现请求中的状态,貌似是服务器无法正常响应

我的代码是这样子写的,

  1. service层通过ctx.app.messenger.sendToApp发送任务到app.js
  2. app.js使用bullmqjs处理service层请求过来的数据,推入队列

我的是不是推送队列这一块的代码不应该在app.js中处理?

可复现问题的仓库地址(Reproduction Repo)

Node 版本号:

18.19

Eggjs 版本号:

3.28.0

相关插件名称与版本号(PlugIn and Name):

操作平台与版本号(Platform and Version):

window11 24h2 专业版

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant