-
**Bug 描述**
对运行中的任务进行取消,点击取消按钮,页面上展示取消。实际在后台程序仍然在运行。
**复现步骤**
该 Bug 复现步骤如下
1. 运行一个scrapy 任务
2. 记住启动的执行命令 中的xxx.py文件
3. 点击任务中的取消按钮,取消任务
4. 在linux终端 执行ps -ef |grep xxx.py 可定位到进程仍在运行
**期望结果…
-
![企业微信截图_16832690077900](https://user-images.githubusercontent.com/130326987/236392563-ca3b9467-7941-49f3-a2fc-a0f830f0880d.png)
v0.6版本有类似的全局变量吗, v0.6版本默认是python10 ,可以搞成其他python环境吗
-
**Bug 描述**
上传任意文件前端都504超时,看了一下控制台,seaweed在报错,可能有关系吧,但是不理解为什么报没空间
**复现步骤**
该 Bug 复现步骤如下
1. 通过docker compose 部署
```yaml
version: '3'
services:
crawlab:
container_name: crawlab_master
…
-
1 - I'm running two spiders each one with a different branch, actually crawlab is fetching only master branch and if trying to synchronize an other branch the Web UI shows that the branch is second on…
-
**Bug 描述**
例如,在插件中安装官方插件plugin-dependency,显示已安装但无法启动,日志:[PLUGIN-dependency] chmod: cannot access './build/start': No such file or directory
**期望结果**
该plugin-dependency能工作。
v0.6.0社区版
-
![image](https://github.com/crawlab-team/crawlab/assets/1127875/e036a3af-facf-496c-b7aa-cbd55ba50980)
-
![](https://s3.bmp.ovh/imgs/2022/01/bba1ba8390d87416.png)
-
**Bug 描述**
定时任务已经触发,任务也已经分配好节点,但是任务状态一直显示 "待定",这种情况随着时间会越来越多。
**复现步骤**
该 Bug 复现步骤如下
1. 定时任务设置;
2. 持续几天,筛选状态为“待定”,会筛选出异常任务;
3. 删除“待定”任务,过段时间又会出现
**截屏**
![截屏1](
![image](https://user-images…
-
**Describe the bug**
CRAWLAB_TASK_HANDLER_MAXRUNNERS | Max number of task runners (concurrent spider tasks) that a node can run | 16 | 8
I want to set CRAWLAB_TASK_HANDLER_MAXRUNNERS = 0 for Crawl…
-
**Describe the bug**
I deployed Crawlab on GCP Cloud Run. I am ending up with constantly spawning nodes and all my tasks are failing with status exit code 2.
**To Reproduce**
Steps to repro…