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

Card_Game这个任务跑不起来 #121

Open
yupeijei1997 opened this issue Feb 29, 2024 · 3 comments
Open

Card_Game这个任务跑不起来 #121

yupeijei1997 opened this issue Feb 29, 2024 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@yupeijei1997
Copy link

yupeijei1997 commented Feb 29, 2024

环境:liunx

问题描述:
我和其他issue遇到了同样的问题,在运行几分钟后,最终会在controller中报出错误,Error: Worker not responding
我给启动task的docker命令里加了-it,并把docker中的输出打印了出来,发现会卡在returning处,如下图
企业微信截图_a0e53c50-5a19-4fbd-9419-bc9fbd20f050
辛苦有空检查下这个任务是否能够正常运行

配置:
start_task.yaml

definition:
  import: tasks/task_assembly.yaml

start:
    cg-std: 1

default.yaml

import: definition.yaml

concurrency:
  task:
    cg-std: 1
  agent:
    gpt-3.5-turbo-0613: 1

assignments: # List[Assignment] | Assignment
  - agent: # "task": List[str] | str ,  "agent": List[str] | str
      - gpt-3.5-turbo-0613
    task:
      - cg-std

output: "outputs/{TIMESTAMP}"

并发设置的都是1,worker也能正常启动,其他几个任务都能够正常运行

@yupeijei1997 yupeijei1997 added bug Something isn't working help wanted Extra attention is needed labels Feb 29, 2024
@zhc7
Copy link
Collaborator

zhc7 commented Mar 1, 2024

Hi, @yupeijei1997 这个任务确实存在一些已知问题,目前还没有找到原因。可能的原因包括:使用了Windows而不是Linux;某些依赖没有满足或版本不正确(不只是python依赖);card game配置不正确;端口占用;程序正在运行只不过返回时间较长。可以尝试重启或者加大worker等。如果实在不行也可以优先使用其他任务环境。

@yupeijei1997
Copy link
Author

Hi, @yupeijei1997 这个任务确实存在一些已知问题,目前还没有找到原因。可能的原因包括:使用了Windows而不是Linux;某些依赖没有满足或版本不正确(不只是python依赖);card game配置不正确;端口占用;程序正在运行只不过返回时间较长。可以尝试重启或者加大worker等。如果实在不行也可以优先使用其他任务环境。

好的,谢谢~

@zhc7
Copy link
Collaborator

zhc7 commented Mar 5, 2024

Hi, @yupeijei1997 #123 可以解决你的问题吗?可以pull一下最新的仓库再试试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants