crocodile icon indicating copy to clipboard operation
crocodile copied to clipboard

Distributed Task Scheduling System|分布式定时任务调度平台

Results 48 crocodile issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

创建的任务时间。 刚创建成功后,master 服务的cpu会立马占用所有资源 将任务设置停止调度时,cpu会占用在170%左右。 删除该任务,cpu资源立马释放。 ![image](https://user-images.githubusercontent.com/31839722/103073360-7adb3f80-4602-11eb-8fae-eadc3e0057e8.png) ![image](https://user-images.githubusercontent.com/31839722/103073524-be35ae00-4602-11eb-9f2f-a991d94afda7.png) ![image](https://user-images.githubusercontent.com/31839722/103073543-c7bf1600-4602-11eb-8aae-6224834dad83.png)

bug

版本 v1.1.7 ## 问题描述 创建用户是手动在数据库里面插入,登陆验证通过,成功获取jwttoken,但是在如下图的代码中失败 enforcer := model.GetEnforcer() function 的名称是checkAuth

bug

![image](https://user-images.githubusercontent.com/4134788/95730019-479a3d00-0cb0-11eb-965e-a7662075b1b4.png)

enhancement

**Please Desc Your Question**

question

前端web打包有问题

question

目前路由策略分为:随机、轮训、权重、最少任务。 是否可以考虑增加,主机组内所有主机都运行任务。

enhancement

**What Version Of crocodile you using** > 1.1.7 **Describe your issue** > 在个人中心模块,我添加通知的钉钉号,会报参数错误,调用的具体接口是`/api/v1/user/info`,请求的具体参数: `{"id":"1112222","email":"","wechat":"","dingphone":"188xxxxxxxx","slack":"","telegram":"","password":"","remark":""}` 报错日志: ``` 2020-11-23T11:38:55.493+0800 error user/user.go:170 ShouldBindJSON failed {"error": "Key: 'ChangeUserSelf.Name' Error:Field validation for 'Name' failed on...

bug

`停止调度`与`正常调度` 位于 `任务管理` -> `修改` 中, 每次我想要 停止/开启 某个任务, 需要进入`修改`之后才能 停止/开始 ![image](https://user-images.githubusercontent.com/38000492/92128246-cb9d1180-ee34-11ea-8609-c07782de57a4.png) 能否将其放置到`任务管理`主界面上, 方便管理任务的停止与开始 ![image](https://user-images.githubusercontent.com/38000492/92128327-dd7eb480-ee34-11ea-87d4-02cda197da41.png)

enhancement